Searched refs:thread_no (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 222 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ argument 228 (thread_no)) 312 int retval, pkg_no, core_no, thread_no, node_no; in for_all_cpus() local 318 for (thread_no = 0; thread_no < in for_all_cpus() 319 topo.threads_per_core; ++thread_no) { in for_all_cpus() 324 t = GET_THREAD(thread_base, thread_no, in for_all_cpus() 2589 int retval, pkg_no, node_no, core_no, thread_no; in for_all_cpus_2() local 2595 for (thread_no = 0; thread_no < in for_all_cpus_2() 2596 topo.threads_per_core; ++thread_no) { in for_all_cpus_2() 2601 t = GET_THREAD(thread_base, thread_no, in for_all_cpus_2() [all …]
|