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