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