Searched refs:perf_cpu_map__is_subset (Results 1 – 2 of 2) sorted by relevance
380 bool perf_cpu_map__is_subset(const struct perf_cpu_map *a, const struct perf_cpu_map *b) in perf_cpu_map__is_subset() function417 if (perf_cpu_map__is_subset(*orig, other)) in perf_cpu_map__merge()419 if (perf_cpu_map__is_subset(other, *orig)) { in perf_cpu_map__merge()461 if (perf_cpu_map__is_subset(other, orig)) in perf_cpu_map__intersect()463 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__intersect()
84 !perf_cpu_map__is_subset(evsel->pmu_cpus, evsel->cpus)) { in __perf_evlist__propagate_maps()