Home
last modified time | relevance | path

Searched refs:thread_base (Results 1 – 1 of 1) sorted by relevance

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2447 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument
2466 t = &thread_base[cpu]; in for_all_cpus()
2478 t = &thread_base[cpus[cpu].ht_sibling_cpu_id[i]]; in for_all_cpus()
6224 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2() argument
6243 t = &thread_base[cpu]; in for_all_cpus_2()
6258 t = &thread_base[cpus[cpu].ht_sibling_cpu_id[i]]; in for_all_cpus_2()
9738 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pk… in init_counter() argument
9752 t = &thread_base[cpu_id]; in init_counter()