Lines Matching refs:max_core_id
1863 int max_core_id; member
7524 …const unsigned int num_domains = (platform->has_per_core_rapl ? topo.max_core_id : topo.max_packag… in rapl_perf_init()
7777 const int cores_visited_elems = topo.max_core_id + 1; in cstate_perf_init_()
8191 int max_core_id = 0; in topology_probe() local
8319 if (cpus[i].physical_core_id > max_core_id) in topology_probe()
8320 max_core_id = cpus[i].physical_core_id; in topology_probe()
8329 topo.max_core_id = max_core_id; in topology_probe()
8332 topo.cores_per_node = max_core_id + 1; in topology_probe()
8334 …fprintf(outf, "max_core_id %d, sizing for %d cores per package\n", max_core_id, topo.cores_per_nod… in topology_probe()
8563 …const size_t max_num_domains = MAX(topo.max_cpu_num + 1, MAX(topo.max_core_id + 1, topo.max_packag… in added_perf_counters_init_()
8574 num_domains = topo.max_core_id + 1; in added_perf_counters_init_()