Searched refs:cpu__get_topology_int (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | cpumap.c | 190 static int cpu__get_topology_int(int cpu, const char *name, int *value) in cpu__get_topology_int() function 202 int value, ret = cpu__get_topology_int(cpu.cpu, "physical_package_id", &value); in cpu__get_socket_id() 284 int value, ret = cpu__get_topology_int(cpu.cpu, "die_id", &value); in cpu__get_die_id() 314 int value, ret = cpu__get_topology_int(cpu.cpu, "core_id", &value); in cpu__get_core_id()
|