perf_cpu_map__idx
return perf_cpu_map__idx(cpus, cpu) != -1;
cpu = perf_cpu_map__idx(evsel->cpus, evlist_cpu);
int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu);
cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, (struct perf_cpu){sample->cpu});
map_contains_cpu = perf_cpu_map__idx(cpu_map, cpu);
int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu);
int i = perf_cpu_map__idx(evsel__cpus(evsel),
itr->cpu_map_idx = perf_cpu_map__idx(itr->evsel->core.cpus, itr->cpu);
perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus,
perf_cpu_map__idx(evlist_cpu_itr->evsel->core.cpus,
return perf_cpu_map__idx(other->core.cpus, cpu);
cpu_idx = perf_cpu_map__idx(evsel->core.cpus, (struct perf_cpu){.cpu = cpu});
cpu_idx = perf_cpu_map__idx(pos2->core.cpus,
cpu_map_idx = perf_cpu_map__idx(evsel__cpus(counter), (struct perf_cpu){.cpu = st->cpu});