Searched refs:pkg_base (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 423 #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no) argument 598 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 616 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus() 2990 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument 3013 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus_2() 6043 …truct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, int cpu_id) in init_counter() argument 6061 p = GET_PKG(pkg_base, pkg_id); in init_counter()
|