Searched refs:pkg_base (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.c | 1663 #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no) argument 1899 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 1916 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus() 5487 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument 5510 p = GET_PKG(pkg_base, pkg_no); in for_all_cpus_2() 8415 …truct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, int cpu_id) in init_counter() argument 8433 p = GET_PKG(pkg_base, pkg_id); in init_counter()
|