Lines Matching defs:thread_data
139 struct thread_data { struct
140 unsigned long long tsc;
141 unsigned long long aperf;
142 unsigned long long mperf;
143 unsigned long long c1;
144 unsigned long long extra_msr64;
145 unsigned long long extra_delta64;
146 unsigned long long extra_msr32;
147 unsigned long long extra_delta32;
148 unsigned int smi_count;
149 unsigned int cpu_id;
150 unsigned int flags;
226 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
1603 int for_all_cpus_2(int (func)(struct thread_data *, struct core_data *, in for_all_cpus_2()