Searched refs:cpu__get_topology_int (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dcpumap.c190 static int cpu__get_topology_int(int cpu, const char *name, int *value) function
202 int value, ret = cpu__get_topology_int(cpu.cpu, "physical_package_id", &value);
286 int value, ret = cpu__get_topology_int(cpu.cpu, "die_id", &value);
316 int value, ret = cpu__get_topology_int(cpu.cpu, "cluster_id", &value);
340 int value, ret = cpu__get_topology_int(cpu.cpu, "core_id", &value);

Completed in 189 milliseconds