Searched refs:GET_THREAD (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 189 #define GET_THREAD(thread_base, thread_no, core_no, pkg_no) \ macro 239 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no); in for_all_cpus() 1620 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no); in for_all_cpus_2() 1625 t2 = GET_THREAD(thread_base2, thread_no, core_no, pkg_no); in for_all_cpus_2() 2984 t = GET_THREAD(thread_base, thread_num, core_num, pkg_num); in init_counter()
|