thread_base 227 tools/power/x86/turbostat/turbostat.c #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ thread_base 228 tools/power/x86/turbostat/turbostat.c ((thread_base) + \ thread_base 321 tools/power/x86/turbostat/turbostat.c struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) thread_base 334 tools/power/x86/turbostat/turbostat.c t = GET_THREAD(thread_base, thread_no, thread_base 2684 tools/power/x86/turbostat/turbostat.c struct pkg_data *), struct thread_data *thread_base, thread_base 2701 tools/power/x86/turbostat/turbostat.c t = GET_THREAD(thread_base, thread_no, thread_base 5139 tools/power/x86/turbostat/turbostat.c void init_counter(struct thread_data *thread_base, struct core_data *core_base, thread_base 5157 tools/power/x86/turbostat/turbostat.c t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id);