Searched refs:pkg_base (Results 1 – 1 of 1) sorted by relevance
/tools/power/x86/turbostat/ |
D | turbostat.c | 212 #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no) argument 274 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 292 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus() 2336 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument 2360 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus_2() 4451 struct pkg_data *pkg_base, int thread_num, int core_num, in init_counter() argument 4460 p = GET_PKG(pkg_base, pkg_num); in init_counter()
|