Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c2111 int max_siblings = 0; in topology_probe() local
2172 if (siblings > max_siblings) in topology_probe()
2173 max_siblings = siblings; in topology_probe()
2192 topo.num_threads_per_core = max_siblings; in topology_probe()
2194 fprintf(stderr, "max_siblings %d\n", max_siblings); in topology_probe()