Home
last modified time | relevance | path

Searched refs:perf_cpu_map__is_empty (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dtool_pmu.c354 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()
H A Dparse-events.c108 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()
H A Devlist.c397 if (perf_cpu_map__is_empty(used_cpus)) { in evlist__use_affinity()
408 if (!perf_cpu_map__is_empty(intersect)) { in evlist__use_affinity()
/linux/tools/lib/perf/include/perf/
H A Dcpumap.h73 LIBPERF_API bool perf_cpu_map__is_empty(const struct perf_cpu_map *map);
/linux/tools/lib/perf/
H A Devlist.c39 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()
H A Dcpumap.c290 bool perf_cpu_map__is_empty(const struct perf_cpu_map *map) in perf_cpu_map__is_empty() function
/linux/tools/perf/
H A Dbuiltin-stat.c2215 if (perf_cpu_map__is_empty(st->cpus)) { in process_stat_config_event()