Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c227 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ argument
233 (thread_no))
319 int retval, pkg_no, core_no, thread_no, node_no; in for_all_cpus() local
324 for (thread_no = 0; thread_no < in for_all_cpus()
325 topo.threads_per_core; ++thread_no) { in for_all_cpus()
330 t = GET_THREAD(thread_base, thread_no, in for_all_cpus()
2685 int retval, pkg_no, node_no, core_no, thread_no; in for_all_cpus_2() local
2691 for (thread_no = 0; thread_no < in for_all_cpus_2()
2692 topo.threads_per_core; ++thread_no) { in for_all_cpus_2()
2697 t = GET_THREAD(thread_base, thread_no, in for_all_cpus_2()
[all …]