Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c1296 cpu_set_t *cpu_present_set, *cpu_possible_set, *cpu_effective_set, *cpu_allowed_set, *cpu_affinity_set, *cpu_subset; variable
3168 if ((t != &average.threads) && (cpu_subset && !CPU_ISSET_S(t->cpu_id, cpu_subset_size, cpu_subset))) in format_counters()
9150 * Make sure all cpus in cpu_subset are also in cpu_present_set during startup. in topology_probe()
9151 * Give a warning when cpus in cpu_subset become unavailable at runtime. in topology_probe()
9154 * cpu_allowed_set is the intersection of cpu_present_set/cpu_effective_set/cpu_subset. in topology_probe()
9157 if (cpu_subset && !CPU_ISSET_S(i, cpu_subset_size, cpu_subset)) in topology_probe()
9161 if (cpu_subset) { in topology_probe()
9162 /* cpus in cpu_subset mus in topology_probe()
[all...]