Searched refs:perf_cpu_map__is_empty (Results 1 – 6 of 6) sorted by relevance
14 perf_cpu_map__is_empty;
331 bool perf_cpu_map__is_empty(const struct perf_cpu_map *map) in perf_cpu_map__is_empty() function
55 if (perf_cpu_map__is_empty(evsel->cpus)) { in __perf_evlist__propagate_maps()
72 LIBPERF_API bool perf_cpu_map__is_empty(const struct perf_cpu_map *map);
2214 if (perf_cpu_map__is_empty(st->cpus)) { in process_stat_config_event()
234 struct perf_cpu_map *cpus = perf_cpu_map__is_empty(cpu_list) && pmu ? pmu->cpus : cpu_list; in __add_event()