Lines Matching defs:thread_data
134 struct thread_data { struct
135 unsigned long long tsc;
136 unsigned long long aperf;
137 unsigned long long mperf;
138 unsigned long long c1;
139 unsigned long long extra_msr64;
140 unsigned long long extra_delta64;
141 unsigned long long extra_msr32;
142 unsigned long long extra_delta32;
143 unsigned int smi_count;
144 unsigned int cpu_id;
145 unsigned int flags;
221 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
1542 int for_all_cpus_2(int (func)(struct thread_data *, struct core_data *, in for_all_cpus_2()