Searched refs:perf_cpu_map__has_any_cpu (Results 1 – 8 of 8) sorted by relevance
14 perf_cpu_map__has_any_cpu;
65 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()
346 bool perf_cpu_map__has_any_cpu(const struct perf_cpu_map *map) in perf_cpu_map__has_any_cpu() function
88 LIBPERF_API bool perf_cpu_map__has_any_cpu(const struct perf_cpu_map *map);
353 } 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()
177 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()
212 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()
67 if (!perf_cpu_map__has_any_cpu(event_cpus)) { in arm_spe_find_cpus()
Completed in 15 milliseconds