Home
last modified time | relevance | path

Searched refs:cpu_map__get_socket (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dcpumap.c131 struct aggr_cpu_id cpu_map__get_socket(struct perf_cpu_map *map, int idx, in cpu_map__get_socket() function
223 id = cpu_map__get_socket(map, idx, data); in cpu_map__get_die()
280 return cpu_map__build_map(cpus, sockp, cpu_map__get_socket, NULL); in cpu_map__build_socket_map()
Dcpumap.h34 struct aggr_cpu_id cpu_map__get_socket(struct perf_cpu_map *map, int idx, void *data);
Dstat.c331 s = cpu_map__get_socket(cpus, cpu, NULL).socket; in check_per_pkg()
/Linux-v5.15/tools/perf/tests/
Dtopology.c151 id = cpu_map__get_socket(map, i, NULL); in check_cpu_topology()
/Linux-v5.15/tools/perf/
Dbuiltin-stat.c1304 return cpu_map__get_socket(map, cpu, NULL); in perf_stat__get_socket()