Lines Matching defs:thread_data
166 struct thread_data { struct
167 struct timeval tv_begin;
168 struct timeval tv_end;
169 unsigned long long tsc;
170 unsigned long long aperf;
171 unsigned long long mperf;
172 unsigned long long c1;
173 unsigned long long irq_count;
174 unsigned int smi_count;
175 unsigned int cpu_id;
176 unsigned int apic_id;
177 unsigned int x2apic_id;
178 unsigned int flags;
181 unsigned long long counter[MAX_ADDED_THREAD_COUNTERS];
315 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
2610 int for_all_cpus_2(int (func)(struct thread_data *, struct core_data *, in for_all_cpus_2()