Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/lib/
Dlibperf.map11 perf_cpu_map__empty;
Dcpumap.c247 bool perf_cpu_map__empty(const struct perf_cpu_map *map) in perf_cpu_map__empty() function
/Linux-v5.4/tools/perf/lib/include/perf/
Dcpumap.h18 LIBPERF_API bool perf_cpu_map__empty(const struct perf_cpu_map *map);
/Linux-v5.4/tools/perf/arch/arm/util/
Dcs-etm.c403 if (!perf_cpu_map__empty(cpus)) { in cs_etm_recording_options()
427 if (!perf_cpu_map__empty(cpus)) in cs_etm_recording_options()
500 if (!perf_cpu_map__empty(event_cpus)) { in cs_etm_info_priv_size()
656 if (perf_cpu_map__empty(event_cpus)) { in cs_etm_info_fill()
/Linux-v5.4/tools/perf/arch/x86/util/
Dintel-pt.c371 per_cpu_mmaps = !perf_cpu_map__empty(session->evlist->core.cpus); in intel_pt_info_fill()
708 if (have_timing_info && !perf_cpu_map__empty(cpus)) { in intel_pt_recording_options()
766 if (!perf_cpu_map__empty(cpus)) in intel_pt_recording_options()
790 if (!perf_cpu_map__empty(cpus)) { in intel_pt_recording_options()
802 if (!ptr->have_sched_switch && !perf_cpu_map__empty(cpus) && in intel_pt_recording_options()
Dintel-bts.c140 if (opts->full_auxtrace && !perf_cpu_map__empty(cpus)) { in intel_bts_recording_options()
221 if (!perf_cpu_map__empty(cpus)) in intel_bts_recording_options()
/Linux-v5.4/tools/perf/util/
Drecord.c281 if (!evlist || perf_cpu_map__empty(evlist->core.cpus)) { in perf_evlist__can_select_event()
Devlist.c393 bool per_cpu_mmaps = !perf_cpu_map__empty(evlist->core.cpus); in perf_evlist__enable_event_idx()
601 if (perf_cpu_map__empty(evlist->core.cpus)) in evlist__alloc_mmap()
926 if (perf_cpu_map__empty(cpus)) in evlist__mmap_ex()
Dstat.c250 if (perf_cpu_map__empty(cpus)) in check_per_pkg()
Dsynthetic-events.c966 bool is_dummy = perf_cpu_map__empty(map); in cpu_map_data__alloc()
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c1487 if (perf_cpu_map__empty(st->cpus)) { in process_stat_config_event()
Dbuiltin-c2c.c2070 if (perf_cpu_map__empty(map)) in setup_nodes()