Searched refs:pkg_base (Results 1 – 1 of 1) sorted by relevance
/tools/power/x86/turbostat/ |
D | turbostat.c | 174 #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no) argument 206 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 224 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus() 1306 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument 1330 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus_2() 2241 struct pkg_data *pkg_base, int thread_num, int core_num, in init_counter() argument 2250 p = GET_PKG(pkg_base, pkg_num); in init_counter()
|