Lines Matching defs:core_data
970 struct core_data { struct
971 int base_cpu;
972 unsigned long long c3;
973 unsigned long long c6;
974 unsigned long long c7;
975 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */
976 unsigned int core_temp_c;
977 unsigned int core_energy; /* MSR_CORE_ENERGY_STAT */
978 unsigned int core_id;
979 unsigned long long core_throt_cnt;
980 unsigned long long counter[MAX_ADDED_COUNTERS];
1211 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
3718 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2()