Home
last modified time | relevance | path

Searched refs:thread_base (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c402 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ argument
403 ((thread_base) + \
590 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument
602 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus()
2992 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() argument
3006 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus_2()
5935 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pk… in init_counter() argument
5951 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter()