Lines Matching refs:thread_data

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