Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2412 int max_module_id; /* system wide */ member
9681 if (cpus[i].module_id > topo.max_module_id) in topology_probe()
9682 topo.max_module_id = cpus[i].module_id; in topology_probe()
9708 fprintf(outf, "min_module_id %d max_module_id %d\n", topo.min_module_id, topo.max_module_id); in topology_probe()
9709 if (!summary_only && (topo.min_module_id != topo.max_module_id)) in topology_probe()