Home
last modified time | relevance | path

Searched refs:perf_cpu_map__has_any_cpu (Results 1 – 8 of 8) sorted by relevance

/linux/tools/lib/perf/
H A Devlist.c65 if (evsel->requires_cpu && perf_cpu_map__has_any_cpu(evsel->cpus)) { in __perf_evlist__propagate_maps()
75 assert(!perf_cpu_map__has_any_cpu(evlist->user_requested_cpus)); in __perf_evlist__propagate_maps()
83 if (!perf_cpu_map__has_any_cpu(evsel->cpus) && in __perf_evlist__propagate_maps()
99 perf_cpu_map__has_any_cpu(evlist->user_requested_cpus)) { in __perf_evlist__propagate_maps()
127 assert(!evsel->requires_cpu || !perf_cpu_map__has_any_cpu(evsel->cpus)); in __perf_evlist__propagate_maps()
H A Dlibperf.map14 perf_cpu_map__has_any_cpu;
H A Dcpumap.c346 bool perf_cpu_map__has_any_cpu(const struct perf_cpu_map *map) in perf_cpu_map__has_any_cpu() function
/linux/tools/lib/perf/include/perf/
H A Dcpumap.h88 LIBPERF_API bool perf_cpu_map__has_any_cpu(const struct perf_cpu_map *map);
/linux/tools/perf/util/
H A Dtool_pmu.c357 } else if (!perf_cpu_map__has_any_cpu(evsel->core.cpus)) { in tool_pmu__read_event()
382 } else if (!perf_cpu_map__has_any_cpu(evsel->core.cpus)) { in tool_pmu__read_event()
H A Dauxtrace.c194 bool per_cpu = !perf_cpu_map__has_any_cpu(evlist->core.user_requested_cpus); in auxtrace_mmap_params__set_idx()
670 bool per_cpu_mmaps = !perf_cpu_map__has_any_cpu(evlist->core.user_requested_cpus); in evlist__enable_event_idx()
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c211 if (!perf_cpu_map__has_any_cpu(event_cpus)) { in cs_etm_validate_config()
556 if (!perf_cpu_map__has_any_cpu(event_cpus)) { in cs_etm_info_priv_size()
804 if (perf_cpu_map__has_any_cpu(event_cpus)) { in cs_etm_info_fill()
/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c68 if (!perf_cpu_map__has_any_cpu(event_cpus)) { in arm_spe_find_cpus()