Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool_pmu.c350 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()
H A Dparse-events.c146 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()
/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()
111 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.c2143 if (perf_cpu_map__is_empty(st->cpus)) { in process_stat_config_event()