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