Searched refs:thread_base (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/tools/power/x86/turbostat/ |
H A D | turbostat.c | 184 #define GET_THREAD(thread_base, thread_no, core_no, pkg_no) \ 185 (thread_base + (pkg_no) * topo.num_cores_per_pkg * \ 222 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) for_all_cpus() 234 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no); for_all_cpus() 1544 struct pkg_data *), struct thread_data *thread_base, for_all_cpus_2() 1559 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no); for_all_cpus_2() 2865 void init_counter(struct thread_data *thread_base, struct core_data *core_base, init_counter() argument 2873 t = GET_THREAD(thread_base, thread_num, core_num, pkg_num); init_counter() 221 for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) for_all_cpus() argument 1542 for_all_cpus_2(int (func)(struct thread_data *, struct core_data *, struct pkg_data *, struct thread_data *, struct core_data *, struct pkg_data *), struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, struct thread_data *thread_base2, struct core_data *core_base2, struct pkg_data *pkg_base2) for_all_cpus_2() argument
|
Completed in 86 milliseconds