Lines Matching defs:thread_data
179 struct thread_data { struct
180 struct timeval tv_begin;
181 struct timeval tv_end;
182 struct timeval tv_delta;
183 unsigned long long tsc;
184 unsigned long long aperf;
185 unsigned long long mperf;
186 unsigned long long c1;
187 unsigned long long instr_count;
188 unsigned long long irq_count;
189 unsigned int smi_count;
190 unsigned int cpu_id;
191 unsigned int apic_id;
192 unsigned int x2apic_id;
193 unsigned int flags;
194 bool is_atom;
197 unsigned long long counter[MAX_ADDED_THREAD_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()