Lines Matching defs:thread_data
344 struct thread_data { struct
345 struct timeval tv_begin;
346 struct timeval tv_end;
347 struct timeval tv_delta;
348 unsigned long long tsc;
349 unsigned long long aperf;
350 unsigned long long mperf;
351 unsigned long long c1;
352 unsigned long long instr_count;
353 unsigned long long irq_count;
354 unsigned int smi_count;
355 unsigned int cpu_id;
356 unsigned int apic_id;
357 unsigned int x2apic_id;
358 unsigned int flags;
359 bool is_atom;
362 unsigned long long counter[MAX_ADDED_THREAD_COUNTERS];
597 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
2987 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2()