Searched refs:perf_cpu_map__is_empty (Results 1 – 5 of 5) sorted by relevance
350 if (!evsel || perf_cpu_map__is_empty(evsel->core.cpus)) { in tool_pmu__read_event()362 if (!perf_cpu_map__is_empty(evsel->core.pmu_cpus)) in tool_pmu__read_event()375 if (!evsel || perf_cpu_map__is_empty(evsel->core.cpus)) { in tool_pmu__read_event()392 if (!perf_cpu_map__is_empty(evsel->core.pmu_cpus)) { in tool_pmu__read_event()
13 perf_cpu_map__is_empty;
290 bool perf_cpu_map__is_empty(const struct perf_cpu_map *map) in perf_cpu_map__is_empty() function
73 LIBPERF_API bool perf_cpu_map__is_empty(const struct perf_cpu_map *map);
2143 if (perf_cpu_map__is_empty(st->cpus)) { in process_stat_config_event()