Searched refs:perf_cpu_map__is_empty (Results 1 – 7 of 7) sorted by relevance
354 if (!evsel || perf_cpu_map__is_empty(evsel->core.cpus)) { in tool_pmu__read_event()366 if (!perf_cpu_map__is_empty(evsel->core.pmu_cpus)) in tool_pmu__read_event()379 if (!evsel || perf_cpu_map__is_empty(evsel->core.cpus)) { in tool_pmu__read_event()396 if (!perf_cpu_map__is_empty(evsel->core.pmu_cpus)) { in tool_pmu__read_event()
108 term_cpus = pmu->is_core && perf_cpu_map__is_empty(pmu->cpus) in get_config_cpu()184 bool has_user_cpus = !perf_cpu_map__is_empty(user_cpus); in __add_event()232 if (perf_cpu_map__is_empty(pmu_cpus)) in __add_event()
397 if (perf_cpu_map__is_empty(used_cpus)) { in evlist__use_affinity()408 if (!perf_cpu_map__is_empty(intersect)) { in evlist__use_affinity()
73 LIBPERF_API bool perf_cpu_map__is_empty(const struct perf_cpu_map *map);
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()133 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
2215 if (perf_cpu_map__is_empty(st->cpus)) { in process_stat_config_event()