Searched refs:thread_no (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/tools/power/x86/turbostat/ |
| D | turbostat.c | 229 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ argument 235 (thread_no)) 432 int retval, pkg_no, core_no, thread_no, node_no; in for_all_cpus() local 437 for (thread_no = 0; thread_no < in for_all_cpus() 438 topo.threads_per_core; ++thread_no) { in for_all_cpus() 443 t = GET_THREAD(thread_base, thread_no, in for_all_cpus() 2808 int retval, pkg_no, node_no, core_no, thread_no; in for_all_cpus_2() local 2814 for (thread_no = 0; thread_no < in for_all_cpus_2() 2815 topo.threads_per_core; ++thread_no) { in for_all_cpus_2() 2820 t = GET_THREAD(thread_base, thread_no, in for_all_cpus_2() [all …]
|