Searched refs:allowed_cpus (Results 1 – 3 of 3) sorted by relevance
280 cpu_set_t allowed_cpus; in test_percpu_list() local285 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()
176 allowed_cpus \
2311 int allowed_cpus; member4177 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 …]