Lines Matching refs:thread_data
342 struct thread_data { struct
545 struct thread_data threads;
594 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() argument
595 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus()
603 struct thread_data *t; in for_all_cpus()
1016 int dump_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in dump_counters()
1099 int format_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_counters()
1431 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters()
1539 int delta_thread(struct thread_data *new, struct thread_data *old, struct core_data *core_delta) in delta_thread()
1623 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu()
1624 struct pkg_data *p, struct thread_data *t2, struct core_data *c2, struct pkg_data *p2) in delta_cpu()
1644 void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in clear_counters()
1717 int sum_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in sum_counters()
1825 void compute_average(struct thread_data *t, struct core_data *c, struct pkg_data *p) in compute_average()
2002 void get_apic_id(struct thread_data *t) in get_apic_id()
2075 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters()
2983 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2() argument
2984 struct pkg_data *, struct thread_data *, struct core_data *, in for_all_cpus_2()
2985 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2()
2987 struct thread_data *thread_base2, struct core_data *core_base2, struct pkg_data *pkg_base2) in for_all_cpus_2()
2995 struct thread_data *t, *t2; in for_all_cpus_2()
3417 static int update_msr_sum(struct thread_data *t, struct core_data *c, struct pkg_data *p) in update_msr_sum()
4299 int print_epb(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_epb()
4348 int print_hwp(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_hwp()
4434 int print_perf_limit(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_perf_limit()
4838 int print_thermal(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_thermal()
4912 int print_rapl(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_rapl()
5220 int get_cpu_type(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_cpu_type()
5257 int set_temperature_target(struct thread_data *t, struct core_data *c, struct pkg_data *p) in set_temperature_target()
5995 void allocate_counters(struct thread_data **t, struct core_data **c, struct pkg_data **p) in allocate_counters()
6001 *t = calloc(num_threads, sizeof(struct thread_data)); in allocate_counters()
6032 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pk… in init_counter()
6038 struct thread_data *t; in init_counter()