Lines Matching defs:core_data
1753 struct core_data { struct
1754 int base_cpu;
1755 unsigned long long c3;
1756 unsigned long long c6;
1757 unsigned long long c7;
1758 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */
1759 unsigned int core_temp_c;
1760 struct rapl_counter core_energy; /* MSR_CORE_ENERGY_STAT */
1761 unsigned int core_id;
1762 unsigned long long core_throt_cnt;
1763 unsigned long long counter[MAX_ADDED_CORE_COUNTERS];
1764 unsigned long long perf_counter[MAX_ADDED_CORE_COUNTERS];
1765 unsigned long long pmt_counter[PMT_MAX_ADDED_CORE_COUNTERS];
2071 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
5760 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2()