Searched refs:thread_base (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 230 ((thread_base) + \ 430 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 443 t = GET_THREAD(thread_base, thread_no, in for_all_cpus() 2803 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() argument 2820 t = GET_THREAD(thread_base, thread_no, in for_all_cpus_2() 5526 void init_counter(struct thread_data *thread_base, struct core_data *core_base, in init_counter() argument 5544 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter()
|