Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c1309 cpu_set_t *cpu_present_set, *cpu_possible_set, *cpu_effective_set, *cpu_allowed_set, *cpu_affinity_… variable
5771 CPU_FREE(cpu_effective_set); in free_all_buffers()
5772 cpu_effective_set = NULL; in free_all_buffers()
6144 if (parse_cpu_str(cpu_effective_str, cpu_effective_set, cpu_effective_setsize)) in update_effective_set()
9145 cpu_effective_set = CPU_ALLOC((topo.max_cpu_num + 1)); in topology_probe()
9146 if (cpu_effective_set == NULL) in topology_probe()
9149 CPU_ZERO_S(cpu_effective_setsize, cpu_effective_set); in topology_probe()
9185 if (CPU_COUNT_S(cpu_effective_setsize, cpu_effective_set)) { in topology_probe()
9186 if (!CPU_ISSET_S(i, cpu_effective_setsize, cpu_effective_set)) { in topology_probe()