Lines Matching defs:core_data
200 struct core_data { struct
201 unsigned long long c3;
202 unsigned long long c6;
203 unsigned long long c7;
204 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */
205 unsigned int core_temp_c;
206 unsigned int core_energy; /* MSR_CORE_ENERGY_STAT */
207 unsigned int core_id;
208 unsigned long long counter[MAX_ADDED_COUNTERS];
447 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
2927 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2()