Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.c392 int physical_core_id; member
2781 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings()
5427 cpus[i].physical_core_id = get_core_id(i); in topology_probe()
5428 if (cpus[i].physical_core_id > max_core_id) in topology_probe()
5429 max_core_id = cpus[i].physical_core_id; in topology_probe()
5481 cpus[i].physical_core_id, in topology_probe()
5531 int core_id = cpus[cpu_id].physical_core_id; in init_counter()