Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2407 int max_package_id; member
8908 const int pkg_visited_elems = topo.max_package_id + 1; in cstate_perf_init_()
9480 int max_package_id = 0; in topology_probe() local
9604 if (cpus[i].package_id > max_package_id) in topology_probe()
9605 max_package_id = cpus[i].package_id; in topology_probe()
9635 topo.max_package_id = max_package_id; in topology_probe()
9652 topo.num_packages = max_package_id + 1; in topology_probe()
9654 fprintf(outf, "max_package_id %d, sizing for %d packages\n", max_package_id, topo.num_packages); in topology_probe()
9923 …_t max_num_domains = MAX(topo.max_cpu_num + 1, MAX(topo.max_core_id + 1, topo.max_package_id + 1)); in added_perf_counters_init_()
9938 num_domains = topo.max_package_id + 1; in added_perf_counters_init_()