Searched refs:cpu_map__get_die (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
A D | cpumap.c | 203 struct aggr_cpu_id cpu_map__get_die(struct perf_cpu_map *map, int idx, void *data) in cpu_map__get_die() function 255 id = cpu_map__get_die(map, idx, data); in cpu_map__get_core() 285 return cpu_map__build_map(cpus, diep, cpu_map__get_die, NULL); in cpu_map__build_die_map()
|
A D | cpumap.h | 36 struct aggr_cpu_id cpu_map__get_die(struct perf_cpu_map *map, int idx, void *data);
|
A D | stat.c | 339 d = cpu_map__get_die(cpus, cpu, NULL).die; in check_per_pkg()
|
/linux/tools/perf/tests/ |
A D | topology.c | 139 id = cpu_map__get_die(map, i, NULL); in check_cpu_topology()
|
/linux/tools/perf/ |
A D | builtin-stat.c | 1310 return cpu_map__get_die(map, cpu, NULL); in perf_stat__get_die()
|
Completed in 11 milliseconds