Searched refs:pkg_base (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c1237 #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no)
1451 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base)
1468 p = GET_PKG(pkg_base, pkg_no);
4463 struct core_data *core_base, struct pkg_data *pkg_base,
4486 p = GET_PKG(pkg_base, pkg_no);
7191 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, int cpu_id) argument
7209 p = GET_PKG(pkg_base, pkg_id);
1450 for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) argument
4460 for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, struct pkg_data *, struct thread_data *, struct core_data *, struct pkg_data *), struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, struct thread_data *thread_base2, struct core_data *core_base2, struct pkg_data *pkg_base2) argument

Completed in 152 milliseconds