Searched refs:cpu_effective_set (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.c | 1082 cpu_set_t *cpu_present_set, *cpu_effective_set, *cpu_allowed_set, *cpu_affinity_set, *cpu_subset; variable 5223 CPU_FREE(cpu_effective_set); in free_all_buffers() 5224 cpu_effective_set = NULL; in free_all_buffers() 5590 if (parse_cpu_str(cpu_effective_str, cpu_effective_set, cpu_effective_setsize)) in update_effective_set() 8222 cpu_effective_set = CPU_ALLOC((topo.max_cpu_num + 1)); in topology_probe() 8223 if (cpu_effective_set == NULL) in topology_probe() 8226 CPU_ZERO_S(cpu_effective_setsize, cpu_effective_set); in topology_probe() 8262 if (CPU_COUNT_S(cpu_effective_setsize, cpu_effective_set)) { in topology_probe() 8263 if (!CPU_ISSET_S(i, cpu_effective_setsize, cpu_effective_set)) { in topology_probe()
|