Lines Matching refs:cpus
115 struct perf_cpu_map *cpus;
120 cpus = perf_cpu_map__new("0");
121 if (cpus == NULL) {
128 err = evsel__open_per_cpu(evsel, cpus, -1);
137 perf_cpu_map__put(cpus);
144 struct perf_cpu_map *cpus;
149 cpus = perf_cpu_map__new("0");
150 if (cpus == NULL) {
155 err = evsel__open_per_cpu(evsel, cpus, -1);
159 perf_cpu_map__put(cpus);