Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c168 #define GET_THREAD(thread_base, thread_no, core_no, pkg_no) \ argument
169 (thread_base + (pkg_no) * topo.num_cores_per_pkg * \
206 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument
218 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no); in for_all_cpus()
1305 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() argument
1320 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no); in for_all_cpus_2()
2240 void init_counter(struct thread_data *thread_base, struct core_data *core_base, in init_counter() argument
2248 t = GET_THREAD(thread_base, thread_num, core_num, pkg_num); in init_counter()