Lines Matching defs:pkg_data
198 struct pkg_data {
387 struct pkg_data packages;
433 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *),
434 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base)
445 struct pkg_data *p;
918 struct pkg_data *p)
1004 struct pkg_data *p)
1310 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p)
1331 delta_package(struct pkg_data *new, struct pkg_data *old)
1505 struct pkg_data *p, struct thread_data *t2,
1506 struct core_data *c2, struct pkg_data *p2)
1526 void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p)
1595 struct pkg_data *p)
1699 struct pkg_data *p)
1892 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p)
2806 struct pkg_data *, struct thread_data *, struct core_data *,
2807 struct pkg_data *), struct thread_data *thread_base,
2808 struct core_data *core_base, struct pkg_data *pkg_base,
2810 struct pkg_data *pkg_base2)
2822 struct pkg_data *p, *p2;
3245 static int update_msr_sum(struct thread_data *t, struct core_data *c, struct pkg_data *p)
3923 int print_epb(struct thread_data *t, struct core_data *c, struct pkg_data *p)
3968 int print_hwp(struct thread_data *t, struct core_data *c, struct pkg_data *p)
4059 int print_perf_limit(struct thread_data *t, struct core_data *c, struct pkg_data *p)
4437 int print_thermal(struct thread_data *t, struct core_data *c, struct pkg_data *p)
4510 int print_rapl(struct thread_data *t, struct core_data *c, struct pkg_data *p)
4799 int set_temperature_target(struct thread_data *t, struct core_data *c, struct pkg_data *p)
5499 struct pkg_data **p)
5520 *p = calloc(topo.num_packages, sizeof(struct pkg_data));
5537 struct pkg_data *pkg_base, int cpu_id)
5545 struct pkg_data *p;