Home
last modified time | relevance | path

Searched refs:perf_cpu_map__is_empty (Results 1 – 5 of 5) 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()
/linux/tools/lib/perf/
H A Dlibperf.map13 perf_cpu_map__is_empty;
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/lib/perf/include/perf/
H A Dcpumap.h73 LIBPERF_API bool perf_cpu_map__is_empty(const struct perf_cpu_map *map);
/linux/tools/perf/
H A Dbuiltin-stat.c2143 if (perf_cpu_map__is_empty(st->cpus)) { in process_stat_config_event()