Symbol: pkg_data
drivers/hwmon/coretemp.c
506
pdata->pkg_data = tdata;
drivers/hwmon/coretemp.c
530
pdata->pkg_data = NULL;
drivers/hwmon/coretemp.c
547
return pdata->pkg_data;
drivers/hwmon/coretemp.c
97
struct temp_data *pkg_data;
tools/power/x86/turbostat/turbostat.c
2374
struct pkg_data *packages;
tools/power/x86/turbostat/turbostat.c
2444
#define PER_THREAD_PARAMS struct thread_data *t, struct core_data *c, struct pkg_data *p
tools/power/x86/turbostat/turbostat.c
2446
int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *),
tools/power/x86/turbostat/turbostat.c
2447
struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base)
tools/power/x86/turbostat/turbostat.c
2456
struct pkg_data *p;
tools/power/x86/turbostat/turbostat.c
2491
int is_cpu_first_core_in_package(struct thread_data *t, struct pkg_data *p)
tools/power/x86/turbostat/turbostat.c
2496
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
3778
int delta_package(struct pkg_data *new, struct pkg_data *old)
tools/power/x86/turbostat/turbostat.c
4027
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
4797
int get_rapl_counters(int cpu, unsigned int domain, struct core_data *c, struct pkg_data *p)
tools/power/x86/turbostat/turbostat.c
6223
struct pkg_data *, struct thread_data *, struct core_data *,
tools/power/x86/turbostat/turbostat.c
6224
struct pkg_data *), struct thread_data *thread_base,
tools/power/x86/turbostat/turbostat.c
6225
struct core_data *core_base, struct pkg_data *pkg_base,
tools/power/x86/turbostat/turbostat.c
6226
struct thread_data *thread_base2, struct core_data *core_base2, struct pkg_data *pkg_base2)
tools/power/x86/turbostat/turbostat.c
6235
struct pkg_data *p, *p2;
tools/power/x86/turbostat/turbostat.c
9692
counters->packages = calloc(1, sizeof(struct pkg_data));
tools/power/x86/turbostat/turbostat.c
9721
counters->packages = calloc(topo.num_packages, sizeof(struct pkg_data));
tools/power/x86/turbostat/turbostat.c
9738
void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, int cpu_id)