Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c3424 int max_core_id = 0; in topology_probe() local
3479 if (cpus[i].core_id > max_core_id) in topology_probe()
3480 max_core_id = cpus[i].core_id; in topology_probe()
3493 topo.num_cores_per_pkg = max_core_id + 1; in topology_probe()
3496 max_core_id, topo.num_cores_per_pkg); in topology_probe()