Symbol: pkg_data
drivers/hwmon/coretemp.c
497
pdata->pkg_data = tdata;
drivers/hwmon/coretemp.c
521
pdata->pkg_data = NULL;
drivers/hwmon/coretemp.c
538
return pdata->pkg_data;
drivers/hwmon/coretemp.c
96
struct temp_data *pkg_data;
tools/power/x86/turbostat/turbostat.c
2377
struct pkg_data *packages;
tools/power/x86/turbostat/turbostat.c
2456
#define PER_THREAD_PARAMS struct thread_data *t, struct core_data *c, struct pkg_data *p
tools/power/x86/turbostat/turbostat.c
2474
int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *),
tools/power/x86/turbostat/turbostat.c
2475
struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base)
tools/power/x86/turbostat/turbostat.c
2484
struct pkg_data *p;
tools/power/x86/turbostat/turbostat.c
2528
int is_cpu_first_core_in_package(struct thread_data *t, struct pkg_data *p)
tools/power/x86/turbostat/turbostat.c
2533
int is_cpu_first_thread_in_package(struct thread_data *t, struct core_data *c, struct pkg_data *p)
tools/power/x86/turbostat/turbostat.c
3831
int delta_package(struct pkg_data *new, struct pkg_data *old)
tools/power/x86/turbostat/turbostat.c
4080
int delta_cpu(struct thread_data *t, struct core_data *c, struct pkg_data *p, struct thread_data *t2, struct core_data *c2, struct pkg_data *p2)
tools/power/x86/turbostat/turbostat.c
4850
int get_rapl_counters(int cpu, unsigned int domain, struct core_data *c, struct pkg_data *p)
tools/power/x86/turbostat/turbostat.c
6228
struct pkg_data *, struct thread_data *, struct core_data *,
tools/power/x86/turbostat/turbostat.c
6229
struct pkg_data *), struct thread_data *thread_base,
tools/power/x86/turbostat/turbostat.c
6230
struct core_data *core_base, struct pkg_data *pkg_base,
tools/power/x86/turbostat/turbostat.c
6231
struct thread_data *thread_base2, struct core_data *core_base2, struct pkg_data *pkg_base2)
tools/power/x86/turbostat/turbostat.c
6240
struct pkg_data *p, *p2;
tools/power/x86/turbostat/turbostat.c
9767
counters->packages = calloc(1, sizeof(struct pkg_data));
tools/power/x86/turbostat/turbostat.c
9795
counters->packages = calloc(topo.num_packages, sizeof(struct pkg_data));
tools/power/x86/turbostat/turbostat.c
9812
void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, int cpu_id)