Home
last modified time | relevance | path

Searched refs:perf_cpu_map__is_empty (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/tools/lib/perf/
Dlibperf.map13 perf_cpu_map__is_empty;
Dcpumap.c280 bool perf_cpu_map__is_empty(const struct perf_cpu_map *map) in perf_cpu_map__is_empty() function
Devlist.c55 if (perf_cpu_map__is_empty(evsel->cpus)) { in __perf_evlist__propagate_maps()
/linux-6.14.4/tools/lib/perf/include/perf/
Dcpumap.h70 LIBPERF_API bool perf_cpu_map__is_empty(const struct perf_cpu_map *map);
/linux-6.14.4/tools/perf/
Dbuiltin-stat.c2147 if (perf_cpu_map__is_empty(st->cpus)) { in process_stat_config_event()
/linux-6.14.4/tools/perf/util/
Dparse-events.c234 struct perf_cpu_map *cpus = perf_cpu_map__is_empty(cpu_list) && pmu ? pmu->cpus : cpu_list; in __add_event()