Lines Matching refs:perf_cpu_map
65 static struct perf_cpu_map *cpu_map__from_entries(const struct perf_record_cpu_map_data *data) in cpu_map__from_entries()
67 struct perf_cpu_map *map; in cpu_map__from_entries()
89 static struct perf_cpu_map *cpu_map__from_mask(const struct perf_record_cpu_map_data *data) in cpu_map__from_mask()
93 struct perf_cpu_map *map; in cpu_map__from_mask()
116 static struct perf_cpu_map *cpu_map__from_range(const struct perf_record_cpu_map_data *data) in cpu_map__from_range()
118 struct perf_cpu_map *map; in cpu_map__from_range()
136 struct perf_cpu_map *cpu_map__new_data(const struct perf_record_cpu_map_data *data) in cpu_map__new_data()
151 size_t cpu_map__fprintf(struct perf_cpu_map *map, FILE *fp) in cpu_map__fprintf()
161 struct perf_cpu_map *perf_cpu_map__empty_new(int nr) in perf_cpu_map__empty_new()
163 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr); in perf_cpu_map__empty_new()
235 struct cpu_aggr_map *cpu_aggr_map__new(const struct perf_cpu_map *cpus, in cpu_aggr_map__new()
600 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint()
654 size_t cpu_map__snprint_mask(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint_mask()
692 struct perf_cpu_map *cpu_map__online(void) /* thread unsafe */ in cpu_map__online()
694 static struct perf_cpu_map *online; in cpu_map__online()