Lines Matching refs:thread_data

344 struct thread_data {  struct
547 struct thread_data threads;
597 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() argument
598 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus()
606 struct thread_data *t; in for_all_cpus()
1019 int dump_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in dump_counters()
1102 int format_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_counters()
1434 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters()
1542 int delta_thread(struct thread_data *new, struct thread_data *old, struct core_data *core_delta) in delta_thread()
1626 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu()
1627 struct pkg_data *p, struct thread_data *t2, struct core_data *c2, struct pkg_data *p2) in delta_cpu()
1647 void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in clear_counters()
1720 int sum_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in sum_counters()
1829 void compute_average(struct thread_data *t, struct core_data *c, struct pkg_data *p) in compute_average()
2006 void get_apic_id(struct thread_data *t) in get_apic_id()
2079 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters()
2987 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2() argument
2988 struct pkg_data *, struct thread_data *, struct core_data *, in for_all_cpus_2()
2989 struct pkg_data *), struct thread_data *thread_base, in for_all_cpus_2()
2991 struct thread_data *thread_base2, struct core_data *core_base2, struct pkg_data *pkg_base2) in for_all_cpus_2()
2999 struct thread_data *t, *t2; in for_all_cpus_2()
3421 static int update_msr_sum(struct thread_data *t, struct core_data *c, struct pkg_data *p) in update_msr_sum()
4303 int print_epb(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_epb()
4352 int print_hwp(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_hwp()
4438 int print_perf_limit(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_perf_limit()
4842 int print_thermal(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_thermal()
4916 int print_rapl(struct thread_data *t, struct core_data *c, struct pkg_data *p) in print_rapl()
5224 int get_cpu_type(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_cpu_type()
5261 int set_temperature_target(struct thread_data *t, struct core_data *c, struct pkg_data *p) in set_temperature_target()
6006 void allocate_counters(struct thread_data **t, struct core_data **c, struct pkg_data **p) in allocate_counters()
6012 *t = calloc(num_threads, sizeof(struct thread_data)); in allocate_counters()
6043 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pk… in init_counter()
6049 struct thread_data *t; in init_counter()