Searched refs:perf_cpu_map__is_empty (Results 1 – 5 of 5) 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
72 LIBPERF_API bool perf_cpu_map__is_empty(const struct perf_cpu_map *map);
2192 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()
Completed in 15 milliseconds