Searched refs:cpu__get_topology_int (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/perf/util/ |
D | cpumap.c | 115 static int cpu__get_topology_int(int cpu, const char *name, int *value) in cpu__get_topology_int() function 127 int value, ret = cpu__get_topology_int(cpu, "physical_package_id", &value); in cpu_map__get_socket_id() 198 int value, ret = cpu__get_topology_int(cpu, "die_id", &value); in cpu_map__get_die_id() 233 int value, ret = cpu__get_topology_int(cpu, "core_id", &value); in cpu_map__get_core_id()
|