Lines Matching defs:thread_data
152 struct thread_data { struct
153 struct timeval tv_begin;
154 struct timeval tv_end;
155 unsigned long long tsc;
156 unsigned long long aperf;
157 unsigned long long mperf;
158 unsigned long long c1;
159 unsigned long long irq_count;
160 unsigned int smi_count;
161 unsigned int cpu_id;
162 unsigned int flags;
165 unsigned long long counter[MAX_ADDED_COUNTERS];
273 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
2333 int for_all_cpus_2(int (func)(struct thread_data *, struct core_data *, in for_all_cpus_2()