Home
last modified time | relevance | path

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

/tools/lib/perf/
A Dlibperf.map14 perf_cpu_map__has_any_cpu;
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()
105 assert(!evsel->requires_cpu || !perf_cpu_map__has_any_cpu(evsel->cpus)); in __perf_evlist__propagate_maps()
A Dcpumap.c346 bool perf_cpu_map__has_any_cpu(const struct perf_cpu_map *map) in perf_cpu_map__has_any_cpu() function
/tools/lib/perf/include/perf/
A Dcpumap.h88 LIBPERF_API bool perf_cpu_map__has_any_cpu(const struct perf_cpu_map *map);
/tools/perf/util/
A Dtool_pmu.c353 } else if (!perf_cpu_map__has_any_cpu(evsel->core.cpus)) { in tool_pmu__read_event()
378 } else if (!perf_cpu_map__has_any_cpu(evsel->core.cpus)) { in tool_pmu__read_event()
A Dauxtrace.c177 bool per_cpu = !perf_cpu_map__has_any_cpu(evlist->core.user_requested_cpus); in auxtrace_mmap_params__set_idx()
656 bool per_cpu_mmaps = !perf_cpu_map__has_any_cpu(evlist->core.user_requested_cpus); in evlist__enable_event_idx()
/tools/perf/arch/arm/util/
A Dcs-etm.c212 if (!perf_cpu_map__has_any_cpu(event_cpus)) { in cs_etm_validate_config()
548 if (!perf_cpu_map__has_any_cpu(event_cpus)) { in cs_etm_info_priv_size()
796 if (perf_cpu_map__has_any_cpu(event_cpus)) { in cs_etm_info_fill()
/tools/perf/arch/arm64/util/
A Darm-spe.c67 if (!perf_cpu_map__has_any_cpu(event_cpus)) { in arm_spe_find_cpus()

Completed in 15 milliseconds