Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/perf/ !
Dlibperf.map12 perf_cpu_map__empty;
Devlist.c47 perf_cpu_map__empty(evlist->user_requested_cpus))) { in __perf_evlist__propagate_maps()
604 if (perf_cpu_map__empty(evlist->all_cpus)) { in perf_evlist__nr_mmaps()
638 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-5.19.10/tools/lib/perf/include/perf/ !
Dcpumap.h25 LIBPERF_API bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/linux-5.19.10/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-5.19.10/tools/perf/arch/x86/util/ !
Dintel-pt.c385 per_cpu_mmaps = !perf_cpu_map__empty(session->evlist->core.user_requested_cpus); in intel_pt_info_fill()
805 if (have_timing_info && !perf_cpu_map__empty(cpus) && in intel_pt_recording_options()
861 if (!perf_cpu_map__empty(cpus)) in intel_pt_recording_options()
887 if (!perf_cpu_map__empty(cpus)) { in intel_pt_recording_options()
899 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-5.19.10/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-5.19.10/tools/perf/util/ !
Drecord.c247 if (!evlist || perf_cpu_map__empty(evlist->core.user_requested_cpus)) { in evlist__can_select_event()
Dstat.c310 if (perf_cpu_map__empty(cpus)) in check_per_pkg()
Dauxtrace.c174 bool per_cpu = !perf_cpu_map__empty(evlist->core.user_requested_cpus); in auxtrace_mmap_params__set_idx()
648 bool per_cpu_mmaps = !perf_cpu_map__empty(evlist->core.user_requested_cpus); in evlist__enable_event_idx()
Dsynthetic-events.c1235 bool is_dummy = perf_cpu_map__empty(map); in cpu_map_data__alloc()
/linux-5.19.10/tools/lib/perf/Documentation/ !
Dlibperf.txt49 bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/linux-5.19.10/tools/perf/ !
Dbuiltin-stat.c2077 if (perf_cpu_map__empty(st->cpus)) { in process_stat_config_event()
Dbuiltin-c2c.c2121 if (perf_cpu_map__empty(map)) in setup_nodes()