Lines Matching refs:perf_cpu_map

202 	struct perf_cpu_map	*cpus;
1302 struct perf_cpu_map *map, int cpu) in perf_stat__get_socket()
1308 struct perf_cpu_map *map, int cpu) in perf_stat__get_die()
1314 struct perf_cpu_map *map, int cpu) in perf_stat__get_core()
1320 struct perf_cpu_map *map, int cpu) in perf_stat__get_node()
1326 aggr_get_id_t get_id, struct perf_cpu_map *map, int idx) in perf_stat__get_aggr()
1344 struct perf_cpu_map *map, int idx) in perf_stat__get_socket_cached()
1350 struct perf_cpu_map *map, int idx) in perf_stat__get_die_cached()
1356 struct perf_cpu_map *map, int idx) in perf_stat__get_core_cached()
1362 struct perf_cpu_map *map, int idx) in perf_stat__get_node_cached()
1462 static inline int perf_env__get_cpu(struct perf_env *env, struct perf_cpu_map *map, int idx) in perf_env__get_cpu()
1477 static struct aggr_cpu_id perf_env__get_socket(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_socket()
1489 static struct aggr_cpu_id perf_env__get_die(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_die()
1508 static struct aggr_cpu_id perf_env__get_core(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_core()
1528 static struct aggr_cpu_id perf_env__get_node(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_node()
1537 static int perf_env__build_socket_map(struct perf_env *env, struct perf_cpu_map *cpus, in perf_env__build_socket_map()
1543 static int perf_env__build_die_map(struct perf_env *env, struct perf_cpu_map *cpus, in perf_env__build_die_map()
1549 static int perf_env__build_core_map(struct perf_env *env, struct perf_cpu_map *cpus, in perf_env__build_core_map()
1555 static int perf_env__build_node_map(struct perf_env *env, struct perf_cpu_map *cpus, in perf_env__build_node_map()
1562 struct perf_cpu_map *map, int idx) in perf_stat__get_socket_file()
1567 struct perf_cpu_map *map, int idx) in perf_stat__get_die_file()
1573 struct perf_cpu_map *map, int idx) in perf_stat__get_core_file()
1579 struct perf_cpu_map *map, int idx) in perf_stat__get_node_file()
2106 struct perf_cpu_map *cpus; in process_cpu_map_event()