Lines Matching defs:thread_data
1735 struct thread_data { struct
1736 struct timeval tv_begin;
1737 struct timeval tv_end;
1738 struct timeval tv_delta;
1739 unsigned long long tsc;
1740 unsigned long long aperf;
1741 unsigned long long mperf;
1742 unsigned long long c1;
1743 unsigned long long instr_count;
1744 unsigned long long irq_count;
1745 unsigned long long nmi_count;
1746 unsigned int smi_count;
1747 unsigned int cpu_id;
1748 unsigned int apic_id;
1749 unsigned int x2apic_id;
1750 unsigned int flags;
1751 bool is_atom;
1752 unsigned long long counter[MAX_ADDED_THREAD_COUNTERS];
1753 unsigned long long perf_counter[MAX_ADDED_THREAD_COUNTERS];
1754 unsigned long long pmt_counter[PMT_MAX_ADDED_THREAD_COUNTERS];
2075 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
5774 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2()