Lines Matching defs:cpus
41 struct perf_cpu_map *cpus = perf_cpu_map__alloc(1); in perf_cpu_map__new_any_cpu() local
80 struct perf_cpu_map *cpus; in cpu_map__new_sysconf() local
106 struct perf_cpu_map *cpus = NULL; in cpu_map__new_sysfs_online() local
119 struct perf_cpu_map *cpus = cpu_map__new_sysfs_online(); in perf_cpu_map__new_online_cpus() local
135 static struct perf_cpu __perf_cpu_map__cpu(const struct perf_cpu_map *cpus, int idx) in __perf_cpu_map__cpu()
143 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr_cpus); in cpu_map__trim_new() local
167 struct perf_cpu_map *cpus = NULL; in perf_cpu_map__new() local
245 static int __perf_cpu_map__nr(const struct perf_cpu_map *cpus) in __perf_cpu_map__nr()
250 struct perf_cpu perf_cpu_map__cpu(const struct perf_cpu_map *cpus, int idx) in perf_cpu_map__cpu()
262 int perf_cpu_map__nr(const struct perf_cpu_map *cpus) in perf_cpu_map__nr()
285 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__idx()
310 bool perf_cpu_map__has(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__has()