Lines Matching refs:perf_cpu_map
182 struct perf_cpu_map *cpus;
1188 struct perf_cpu_map *map, int cpu) in perf_stat__get_socket()
1194 struct perf_cpu_map *map, int cpu) in perf_stat__get_die()
1200 struct perf_cpu_map *map, int cpu) in perf_stat__get_core()
1206 struct perf_cpu_map *map, int cpu) in perf_stat__get_node()
1212 aggr_get_id_t get_id, struct perf_cpu_map *map, int idx) in perf_stat__get_aggr()
1228 struct perf_cpu_map *map, int idx) in perf_stat__get_socket_cached()
1234 struct perf_cpu_map *map, int idx) in perf_stat__get_die_cached()
1240 struct perf_cpu_map *map, int idx) in perf_stat__get_core_cached()
1246 struct perf_cpu_map *map, int idx) in perf_stat__get_node_cached()
1331 static inline int perf_env__get_cpu(struct perf_env *env, struct perf_cpu_map *map, int idx) in perf_env__get_cpu()
1346 static int perf_env__get_socket(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_socket()
1354 static int perf_env__get_die(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_die()
1378 static int perf_env__get_core(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_core()
1408 static int perf_env__get_node(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_node()
1415 static int perf_env__build_socket_map(struct perf_env *env, struct perf_cpu_map *cpus, in perf_env__build_socket_map()
1416 struct perf_cpu_map **sockp) in perf_env__build_socket_map()
1421 static int perf_env__build_die_map(struct perf_env *env, struct perf_cpu_map *cpus, in perf_env__build_die_map()
1422 struct perf_cpu_map **diep) in perf_env__build_die_map()
1427 static int perf_env__build_core_map(struct perf_env *env, struct perf_cpu_map *cpus, in perf_env__build_core_map()
1428 struct perf_cpu_map **corep) in perf_env__build_core_map()
1433 static int perf_env__build_node_map(struct perf_env *env, struct perf_cpu_map *cpus, in perf_env__build_node_map()
1434 struct perf_cpu_map **nodep) in perf_env__build_node_map()
1440 struct perf_cpu_map *map, int idx) in perf_stat__get_socket_file()
1445 struct perf_cpu_map *map, int idx) in perf_stat__get_die_file()
1451 struct perf_cpu_map *map, int idx) in perf_stat__get_core_file()
1457 struct perf_cpu_map *map, int idx) in perf_stat__get_node_file()
1939 struct perf_cpu_map *cpus; in process_cpu_map_event()