Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c2109 int max_core_id = 0; in topology_probe() local
2164 if (cpus[i].core_id > max_core_id) in topology_probe()
2165 max_core_id = cpus[i].core_id; in topology_probe()
2178 topo.num_cores_per_pkg = max_core_id + 1; in topology_probe()
2181 max_core_id, topo.num_cores_per_pkg); in topology_probe()