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()
93 static struct perf_cpu_map *cpu_map__from_mask(const struct perf_record_cpu_map_data *data) in cpu_map__from_mask()
97 struct perf_cpu_map *map; in cpu_map__from_mask()
127 static struct perf_cpu_map *cpu_map__from_range(const struct perf_record_cpu_map_data *data) in cpu_map__from_range()
129 struct perf_cpu_map *map; in cpu_map__from_range()
154 struct perf_cpu_map *cpu_map__new_data(const struct perf_record_cpu_map_data *data) in cpu_map__new_data()
169 size_t cpu_map__fprintf(struct perf_cpu_map *map, FILE *fp) in cpu_map__fprintf()
179 struct perf_cpu_map *perf_cpu_map__empty_new(int nr) in perf_cpu_map__empty_new()
181 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr); in perf_cpu_map__empty_new()
253 struct cpu_aggr_map *cpu_aggr_map__new(const struct perf_cpu_map *cpus, in cpu_aggr_map__new()
626 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint()
680 size_t cpu_map__snprint_mask(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint_mask()
718 struct perf_cpu_map *cpu_map__online(void) /* thread unsafe */ in cpu_map__online()
720 static struct perf_cpu_map *online; in cpu_map__online()