Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/perf/
Dlibperf.map12 perf_cpu_map__empty;
Devlist.c47 (!evsel->requires_cpu && perf_cpu_map__empty(evlist->user_requested_cpus))) { in __perf_evlist__propagate_maps()
607 if (perf_cpu_map__empty(evlist->all_cpus)) { in perf_evlist__nr_mmaps()
641 if (perf_cpu_map__empty(cpus)) in perf_evlist__mmap_ops()
Dcpumap.c277 bool perf_cpu_map__empty(const struct perf_cpu_map *map) in perf_cpu_map__empty() function
/Linux-v6.1/tools/lib/perf/include/perf/
Dcpumap.h25 LIBPERF_API bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/Linux-v6.1/tools/perf/arch/arm/util/
Dcs-etm.c428 if (!perf_cpu_map__empty(cpus)) { in cs_etm_recording_options()
452 if (!perf_cpu_map__empty(cpus)) in cs_etm_recording_options()
530 if (!perf_cpu_map__empty(event_cpus)) { in cs_etm_info_priv_size()
730 if (perf_cpu_map__empty(event_cpus)) { in cs_etm_info_fill()
/Linux-v6.1/tools/perf/arch/x86/util/
Dintel-pt.c386 per_cpu_mmaps = !perf_cpu_map__empty(session->evlist->core.user_requested_cpus); in intel_pt_info_fill()
800 if (have_timing_info && !perf_cpu_map__empty(cpus) && in intel_pt_recording_options()
856 if (!perf_cpu_map__empty(cpus)) in intel_pt_recording_options()
882 if (!perf_cpu_map__empty(cpus)) { in intel_pt_recording_options()
894 if (!ptr->have_sched_switch && !perf_cpu_map__empty(cpus) && in intel_pt_recording_options()
Dintel-bts.c146 if (opts->full_auxtrace && !perf_cpu_map__empty(cpus)) { in intel_bts_recording_options()
227 if (!perf_cpu_map__empty(cpus)) in intel_bts_recording_options()
/Linux-v6.1/tools/perf/arch/arm64/util/
Darm-spe.c239 if (!perf_cpu_map__empty(cpus)) { in arm_spe_recording_options()
271 if (!perf_cpu_map__empty(cpus)) { in arm_spe_recording_options()
/Linux-v6.1/tools/perf/util/
Drecord.c247 if (!evlist || perf_cpu_map__empty(evlist->core.user_requested_cpus)) { in evlist__can_select_event()
Dstat.c311 if (perf_cpu_map__empty(cpus)) in check_per_pkg()
Dauxtrace.c176 bool per_cpu = !perf_cpu_map__empty(evlist->core.user_requested_cpus); in auxtrace_mmap_params__set_idx()
650 bool per_cpu_mmaps = !perf_cpu_map__empty(evlist->core.user_requested_cpus); in evlist__enable_event_idx()
/Linux-v6.1/tools/lib/perf/Documentation/
Dlibperf.txt49 bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/Linux-v6.1/tools/perf/
Dbuiltin-stat.c2024 if (perf_cpu_map__empty(st->cpus)) { in process_stat_config_event()
Dbuiltin-c2c.c2317 if (perf_cpu_map__empty(map)) in setup_nodes()