Lines Matching defs:cpus
32 struct perf_cpu_map *cpus = perf_cpu_map__alloc(1); in perf_cpu_map__dummy_new() local
71 struct perf_cpu_map *cpus; in cpu_map__default_new() local
102 static struct perf_cpu __perf_cpu_map__cpu(const struct perf_cpu_map *cpus, int idx) in __perf_cpu_map__cpu()
110 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr_cpus); in cpu_map__trim_new() local
134 struct perf_cpu_map *cpus = NULL; in perf_cpu_map__read() local
192 struct perf_cpu_map *cpus = NULL; in cpu_map__read_all_cpu_map() local
206 struct perf_cpu_map *cpus = NULL; in perf_cpu_map__new() local
281 static int __perf_cpu_map__nr(const struct perf_cpu_map *cpus) in __perf_cpu_map__nr()
286 struct perf_cpu perf_cpu_map__cpu(const struct perf_cpu_map *cpus, int idx) in perf_cpu_map__cpu()
298 int perf_cpu_map__nr(const struct perf_cpu_map *cpus) in perf_cpu_map__nr()
308 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__idx()
333 bool perf_cpu_map__has(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__has()