Lines Matching defs:thread_data
1753 struct thread_data { struct
1754 struct timeval tv_begin;
1755 struct timeval tv_end;
1756 struct timeval tv_delta;
1757 unsigned long long tsc;
1758 unsigned long long aperf;
1759 unsigned long long mperf;
1760 unsigned long long c1;
1761 unsigned long long instr_count;
1762 unsigned long long irq_count;
1763 unsigned long long nmi_count;
1764 unsigned int smi_count;
1765 unsigned int cpu_id;
1766 unsigned int apic_id;
1767 unsigned int x2apic_id;
1768 unsigned int flags;
1769 bool is_atom;
1770 unsigned long long counter[MAX_ADDED_THREAD_COUNTERS];
1771 unsigned long long perf_counter[MAX_ADDED_THREAD_COUNTERS];
1772 unsigned long long pmt_counter[PMT_MAX_ADDED_THREAD_COUNTERS];
2093 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
5848 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2()