Lines Matching refs:perf_cpu_map
38 struct perf_cpu_map;
40 struct perf_cpu_map *perf_cpu_map__new_any_cpu(void);
41 struct perf_cpu_map *perf_cpu_map__new(const char *cpu_list);
42 struct perf_cpu_map *perf_cpu_map__get(struct perf_cpu_map *map);
43 struct perf_cpu_map *perf_cpu_map__merge(struct perf_cpu_map *orig,
44 struct perf_cpu_map *other);
45 void perf_cpu_map__put(struct perf_cpu_map *map);
46 int perf_cpu_map__cpu(const struct perf_cpu_map *cpus, int idx);
47 int perf_cpu_map__nr(const struct perf_cpu_map *cpus);
48 bool perf_cpu_map__has_any_cpu_or_is_empty(const struct perf_cpu_map *map);
49 int perf_cpu_map__max(struct perf_cpu_map *map);
50 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu);
99 struct perf_cpu_map *cpus,
136 int perf_evsel__open(struct perf_evsel *evsel, struct perf_cpu_map *cpus,
149 struct perf_cpu_map *perf_evsel__cpus(struct perf_evsel *evsel);
224 struct perf_cpu_map:: Provides a CPU list abstraction.