perf_cpu_map__is_subset
if (perf_cpu_map__is_subset(*orig, other))
if (perf_cpu_map__is_subset(other, *orig)) {
if (perf_cpu_map__is_subset(other, orig))
if (perf_cpu_map__is_subset(orig, other))
!perf_cpu_map__is_subset(evsel->pmu_cpus, evsel->cpus)) {
bool perf_cpu_map__is_subset(const struct perf_cpu_map *a, const struct perf_cpu_map *b);