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