Searched refs:pkg_base (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 190 #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no) argument 222 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 240 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus() 1545 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument 1569 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus_2() 2866 struct pkg_data *pkg_base, int thread_num, int core_num, in init_counter() argument 2875 p = GET_PKG(pkg_base, pkg_num); in init_counter()
|