Searched refs:pkg_base (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 195 #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no) argument 227 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 245 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus() 1606 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument 1630 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus_2() 2977 struct pkg_data *pkg_base, int thread_num, int core_num, in init_counter() argument 2986 p = GET_PKG(pkg_base, pkg_num); in init_counter()
|