Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c280 cpu_set_t allowed_cpus; in test_percpu_list() local
285 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
287 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
312 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
/linux/tools/testing/selftests/sched_ext/
H A DMakefile176 allowed_cpus \
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2311 int allowed_cpus; member
4177 average.threads.tsc /= topo.allowed_cpus; in compute_average()
4178 average.threads.aperf /= topo.allowed_cpus; in compute_average()
4179 average.threads.mperf /= topo.allowed_cpus; in compute_average()
4180 average.threads.instr_count /= topo.allowed_cpus; in compute_average()
4181 average.threads.c1 /= topo.allowed_cpus; in compute_average()
4223 average.threads.counter[i] /= topo.allowed_cpus; in compute_average()
4252 average.threads.perf_counter[i] /= topo.allowed_cpus; in compute_average()
4274 average.threads.pmt_counter[i] /= topo.allowed_cpus; in compute_average()
6167 …"turbostat: re-initialized with num_cpus %d, allowed_cpus %d\n", topo.num_cpus, topo.allowed_cpus); in re_initialize()
[all …]