Searched refs:thread_base (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 409 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ argument 410 ((thread_base) + \ 598 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 610 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus() 2989 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() argument 3003 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus_2() 6043 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pk… in init_counter() argument 6059 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter()
|