Home
last modified time | relevance | path

Searched refs:perf_cpu_map__empty (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dlibperf.map11 perf_cpu_map__empty;
H A Devlist.c48 } else if (!evsel->system_wide && perf_cpu_map__empty(evlist->cpus)) { in __perf_evlist__propagate_maps()
562 if (perf_cpu_map__empty(evlist->cpus)) in perf_evlist__nr_mmaps()
592 if (perf_cpu_map__empty(cpus)) in perf_evlist__mmap_ops()
H A Dcpumap.c261 bool perf_cpu_map__empty(const struct perf_cpu_map *map) in perf_cpu_map__empty() function
/OK3568_Linux_fs/kernel/tools/lib/perf/include/perf/
H A Dcpumap.h20 LIBPERF_API bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/OK3568_Linux_fs/kernel/tools/perf/arch/arm/util/
H A Dcs-etm.c405 if (!perf_cpu_map__empty(cpus)) { in cs_etm_recording_options()
429 if (!perf_cpu_map__empty(cpus)) in cs_etm_recording_options()
502 if (!perf_cpu_map__empty(event_cpus)) { in cs_etm_info_priv_size()
658 if (perf_cpu_map__empty(event_cpus)) { in cs_etm_info_fill()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A Dintel-pt.c380 per_cpu_mmaps = !perf_cpu_map__empty(session->evlist->core.cpus); in intel_pt_info_fill()
791 if (have_timing_info && !perf_cpu_map__empty(cpus) && in intel_pt_recording_options()
854 if (!perf_cpu_map__empty(cpus)) in intel_pt_recording_options()
878 if (!perf_cpu_map__empty(cpus)) { in intel_pt_recording_options()
890 if (!ptr->have_sched_switch && !perf_cpu_map__empty(cpus) && in intel_pt_recording_options()
H A Dintel-bts.c145 if (opts->full_auxtrace && !perf_cpu_map__empty(cpus)) { in intel_bts_recording_options()
226 if (!perf_cpu_map__empty(cpus)) in intel_bts_recording_options()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Drecord.c238 if (!evlist || perf_cpu_map__empty(evlist->core.cpus)) { in perf_evlist__can_select_event()
H A Dstat.c294 if (perf_cpu_map__empty(cpus)) in check_per_pkg()
H A Devlist.c493 bool per_cpu_mmaps = !perf_cpu_map__empty(evlist->core.cpus); in perf_evlist__enable_event_idx()
H A Dsynthetic-events.c1144 bool is_dummy = perf_cpu_map__empty(map); in cpu_map_data__alloc()
/OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/
H A Dlibperf.txt49 bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c1880 if (perf_cpu_map__empty(st->cpus)) { in process_stat_config_event()
H A Dbuiltin-c2c.c2028 if (perf_cpu_map__empty(map)) in setup_nodes()