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.c1408 cpu_set_t *cpu_present_set, *cpu_possible_set, *cpu_effective_set, *cpu_allowed_set, *cpu_affinity_… variable
5930 CPU_FREE(cpu_effective_set); in free_all_buffers()
5931 cpu_effective_set = NULL; in free_all_buffers()
6334 if (parse_cpu_str(cpu_effective_str, cpu_effective_set, cpu_effective_setsize)) in update_effective_set()
9520 cpu_effective_set = CPU_ALLOC((topo.max_cpu_num + 1)); in topology_probe()
9521 if (cpu_effective_set == NULL) in topology_probe()
9524 CPU_ZERO_S(cpu_effective_setsize, cpu_effective_set); in topology_probe()
9560 if (CPU_COUNT_S(cpu_effective_setsize, cpu_effective_set)) { in topology_probe()
9561 if (!CPU_ISSET_S(i, cpu_effective_setsize, cpu_effective_set)) { in topology_probe()