Lines Matching defs:thread_data
1583 struct thread_data { struct
1584 struct timeval tv_begin;
1585 struct timeval tv_end;
1586 struct timeval tv_delta;
1587 unsigned long long tsc;
1588 unsigned long long aperf;
1589 unsigned long long mperf;
1590 unsigned long long c1;
1591 unsigned long long instr_count;
1592 unsigned long long irq_count;
1593 unsigned int smi_count;
1594 unsigned int cpu_id;
1595 unsigned int apic_id;
1596 unsigned int x2apic_id;
1597 unsigned int flags;
1598 bool is_atom;
1599 unsigned long long counter[MAX_ADDED_THREAD_COUNTERS];
1600 unsigned long long perf_counter[MAX_ADDED_THREAD_COUNTERS];
1601 unsigned long long pmt_counter[PMT_MAX_ADDED_THREAD_COUNTERS];
1908 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
5529 int for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, in for_all_cpus_2()