Searched refs:perf_cpu_map__is_empty (Results 1 – 7 of 7) sorted by relevance
13 perf_cpu_map__is_empty;
39 if (perf_cpu_map__is_empty(evsel->cpus)) { in __perf_evlist__propagate_maps()40 if (perf_cpu_map__is_empty(evsel->pmu_cpus)) { in __perf_evlist__propagate_maps()111 if (perf_cpu_map__is_empty(evsel->cpus)) { in __perf_evlist__propagate_maps()
290 bool perf_cpu_map__is_empty(const struct perf_cpu_map *map) in perf_cpu_map__is_empty() function
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()
146 if (pmu && perf_cpu_map__is_empty(pmu->cpus)) in get_config_cpu()216 bool has_user_cpus = !perf_cpu_map__is_empty(user_cpus); in __add_event()262 if (perf_cpu_map__is_empty(pmu_cpus)) in __add_event()
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()
Completed in 18 milliseconds