Home
last modified time | relevance | path

Searched refs:physical_core_id (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c558 int physical_core_id; member
2969 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings()
5952 cpus[i].physical_core_id = get_core_id(i); in topology_probe()
5953 if (cpus[i].physical_core_id > max_core_id) in topology_probe()
5954 max_core_id = cpus[i].physical_core_id; in topology_probe()
6001 cpus[i].physical_node_id, cpus[i].logical_node_id, cpus[i].physical_core_id, cpus[i].thread_id); in topology_probe()
6047 int core_id = cpus[cpu_id].physical_core_id; in init_counter()