Searched refs:thread_base (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 223 ((thread_base) + \ 310 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 324 t = GET_THREAD(thread_base, thread_no, in for_all_cpus() 2584 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() argument 2601 t = GET_THREAD(thread_base, thread_no, in for_all_cpus_2() 4913 void init_counter(struct thread_data *thread_base, struct core_data *core_base, in init_counter() argument 4931 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter()
|