Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/
H A Dlibperf.map12 perf_cpu_map__empty;
H A Devlist.c628 if (perf_cpu_map__empty(evlist->all_cpus)) { in perf_evlist__nr_mmaps()
662 if (perf_cpu_map__empty(cpus)) in perf_evlist__mmap_ops()
H A Dcpumap.c303 bool perf_cpu_map__empty(const struct perf_cpu_map *map) in perf_cpu_map__empty() function
/openbmc/linux/tools/lib/perf/include/perf/
H A Dcpumap.h39 LIBPERF_API bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c429 if (!perf_cpu_map__empty(cpus)) { in cs_etm_recording_options()
446 if (!perf_cpu_map__empty(cpus)) in cs_etm_recording_options()
524 if (!perf_cpu_map__empty(event_cpus)) { in cs_etm_info_priv_size()
799 if (perf_cpu_map__empty(event_cpus)) { in cs_etm_info_fill()
/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c216 if (!perf_cpu_map__empty(cpus)) { in arm_spe_recording_options()
249 if (!perf_cpu_map__empty(cpus)) { in arm_spe_recording_options()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c380 per_cpu_mmaps = !perf_cpu_map__empty(session->evlist->core.user_requested_cpus); in intel_pt_info_fill()
785 if (have_timing_info && !perf_cpu_map__empty(cpus) && in intel_pt_recording_options()
843 if (!perf_cpu_map__empty(cpus)) in intel_pt_recording_options()
869 if (!perf_cpu_map__empty(cpus)) { in intel_pt_recording_options()
881 if (!ptr->have_sched_switch && !perf_cpu_map__empty(cpus) && in intel_pt_recording_options()
H A 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()
/openbmc/linux/tools/perf/util/
H A Drecord.c240 if (!evlist || perf_cpu_map__empty(evlist->core.user_requested_cpus)) { in evlist__can_select_event()
H A Dstat.c318 if (perf_cpu_map__empty(cpus)) in check_per_pkg()
H A Dauxtrace.c177 bool per_cpu = !perf_cpu_map__empty(evlist->core.user_requested_cpus); in auxtrace_mmap_params__set_idx()
651 bool per_cpu_mmaps = !perf_cpu_map__empty(evlist->core.user_requested_cpus); in evlist__enable_event_idx()
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt49 bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c1319 if (perf_cpu_map__empty(cpu_map)) in cpu__get_cache_id_from_map()
1625 if (!perf_cpu_map__empty(evsel_list->core.user_requested_cpus)) in perf_stat_init_aggr_mode()
2292 if (perf_cpu_map__empty(st->cpus)) { in process_stat_config_event()
H A Dbuiltin-c2c.c2323 if (perf_cpu_map__empty(map)) in setup_nodes()