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.c1411 cpu_set_t *cpu_present_set, *cpu_possible_set, *cpu_effective_set, *cpu_allowed_set, *cpu_affinity_… variable
5983 CPU_FREE(cpu_effective_set); in free_all_buffers()
5984 cpu_effective_set = NULL; in free_all_buffers()
6348 if (parse_cpu_str(cpu_effective_str, cpu_effective_set, cpu_effective_setsize)) in update_effective_set()
9572 cpu_effective_set = CPU_ALLOC((topo.max_cpu_num + 1)); in topology_probe()
9573 if (cpu_effective_set == NULL) in topology_probe()
9576 CPU_ZERO_S(cpu_effective_setsize, cpu_effective_set); in topology_probe()
9579 print_cpu_set("effective set", cpu_effective_set); in topology_probe()
9614 if (CPU_COUNT_S(cpu_effective_setsize, cpu_effective_set)) { in topology_probe()
9615 if (!CPU_ISSET_S(i, cpu_effective_setsize, cpu_effective_set)) { in topology_probe()