Searched refs:pkg_base (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/tools/power/x86/turbostat/ |
D | turbostat.c | 421 #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no) argument 595 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 613 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus() 2986 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument 3009 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus_2() 6033 …truct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, int cpu_id) in init_counter() argument 6051 p = GET_PKG(pkg_base, pkg_id); in init_counter()
|