Lines Matching defs:intel_pt
54 struct intel_pt { struct
55 struct auxtrace auxtrace;
56 struct auxtrace_queues queues;
57 struct auxtrace_heap heap;
58 u32 auxtrace_type;
59 struct perf_session *session;
60 struct machine *machine;
61 struct evsel *switch_evsel;
62 struct thread *unknown_thread;
63 bool timeless_decoding;
64 bool sampling_mode;
65 bool snapshot_mode;
66 bool per_cpu_mmaps;
67 bool have_tsc;
68 bool data_queued;
69 bool est_tsc;
70 bool sync_switch;
71 bool mispred_all;
72 bool use_thread_stack;
73 bool callstack;
74 unsigned int br_stack_sz;
75 unsigned int br_stack_sz_plus;
76 int have_sched_switch;
77 u32 pmu_type;
78 u64 kernel_start;
79 u64 switch_ip;
80 u64 ptss_ip;
81 u64 first_timestamp;
83 struct perf_tsc_conversion tc;
84 bool cap_user_time_zero;
86 struct itrace_synth_opts synth_opts;
88 bool sample_instructions;
89 u64 instructions_sample_type;
90 u64 instructions_id;
92 bool sample_branches;
93 u32 branches_filter;
94 u64 branches_sample_type;
95 u64 branches_id;
97 bool sample_transactions;
98 u64 transactions_sample_type;
99 u64 transactions_id;
101 bool sample_ptwrites;
102 u64 ptwrites_sample_type;
103 u64 ptwrites_id;
105 bool sample_pwr_events;
106 u64 pwr_events_sample_type;
107 u64 mwait_id;
108 u64 pwre_id;
109 u64 exstop_id;
110 u64 pwrx_id;
111 u64 cbr_id;
112 u64 psb_id;
114 bool single_pebs;
115 bool sample_pebs;
116 struct evsel *pebs_evsel;
118 u64 tsc_bit;
119 u64 mtc_bit;
120 u64 mtc_freq_bits;
121 u32 tsc_ctc_ratio_n;
122 u32 tsc_ctc_ratio_d;
123 u64 cyc_bit;
124 u64 noretcomp_bit;
125 unsigned max_non_turbo_ratio;
126 unsigned cbr2khz;
127 int max_loops;
129 unsigned long num_events;
131 char *filter;
155 struct intel_pt_pebs_event { argument
161 struct intel_pt *pt; argument