Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c9529 int max_siblings = 0; in topology_probe() local
9693 if (siblings > max_siblings) in topology_probe()
9694 max_siblings = siblings; in topology_probe()
9733 topo.threads_per_core = max_siblings; in topology_probe()
9735 fprintf(outf, "max_siblings %d\n", max_siblings); in topology_probe()