Searched refs:thread_base (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 229 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ 230 ((thread_base) + \ 434 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() 447 t = GET_THREAD(thread_base, thread_no, in for_all_cpus() 2807 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() 2824 t = GET_THREAD(thread_base, thread_no, in for_all_cpus_2() 5536 void init_counter(struct thread_data *thread_base, struct core_data *core_base, in init_counter() argument 5554 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter() 433 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) for_all_cpus() argument 2805 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) for_all_cpus_2() argument
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 407 #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ 408 ((thread_base) + \ 595 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() 607 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus() 2985 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() 2999 t = GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no); in for_all_cpus_2() 6033 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, int cpu_id) in init_counter() argument 6049 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter() 594 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) for_all_cpus() argument 2983 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) for_all_cpus_2() argument
|
Completed in 19 milliseconds