Searched refs:perf_cpu_map__equal (Results 1 – 6 of 6) sorted by relevance
83 LIBPERF_API bool perf_cpu_map__equal(const struct perf_cpu_map *lhs,
76 if (!perf_cpu_map__equal(evsel->cpus, evlist->user_requested_cpus)) { in __perf_evlist__propagate_maps()98 perf_cpu_map__equal(evsel->cpus, evsel->pmu_cpus) && in __perf_evlist__propagate_maps()
325 bool perf_cpu_map__equal(const struct perf_cpu_map *lhs, const struct perf_cpu_map *rhs) in perf_cpu_map__equal() function
306 if (!perf_cpu_map__equal(cpu_map, cpu_map__online())) { in perf_mem_events__record_args()
4115 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evsel__warn_user_requested_cpus()
189 if (perf_cpu_map__equal(leader->core.cpus, evsel->core.cpus)) in evlist__check_cpu_maps()