Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c1649 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ argument
1650 ((thread_base) + \
1899 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument
1910 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus()
5486 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() argument
5500 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus_2()
8415 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pk… in init_counter() argument
8431 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter()