Lines Matching defs:intel_pt

61 struct intel_pt {  struct
62 struct auxtrace auxtrace;
63 struct auxtrace_queues queues;
64 struct auxtrace_heap heap;
65 u32 auxtrace_type;
66 struct perf_session *session;
67 struct machine *machine;
68 struct evsel *switch_evsel;
69 struct thread *unknown_thread;
70 bool timeless_decoding;
71 bool sampling_mode;
72 bool snapshot_mode;
73 bool per_cpu_mmaps;
74 bool have_tsc;
75 bool data_queued;
76 bool est_tsc;
77 bool sync_switch;
78 bool sync_switch_not_supported;
79 bool mispred_all;
80 bool use_thread_stack;
81 bool callstack;
82 bool cap_event_trace;
83 bool have_guest_sideband;
84 unsigned int br_stack_sz;
85 unsigned int br_stack_sz_plus;
86 int have_sched_switch;
87 u32 pmu_type;
88 u64 kernel_start;
89 u64 switch_ip;
90 u64 ptss_ip;
91 u64 first_timestamp;
93 struct perf_tsc_conversion tc;
94 bool cap_user_time_zero;
96 struct itrace_synth_opts synth_opts;
98 bool sample_instructions;
99 u64 instructions_sample_type;
100 u64 instructions_id;
102 bool sample_cycles;
103 u64 cycles_sample_type;
104 u64 cycles_id;
106 bool sample_branches;
107 u32 branches_filter;
108 u64 branches_sample_type;
109 u64 branches_id;
111 bool sample_transactions;
112 u64 transactions_sample_type;
113 u64 transactions_id;
115 bool sample_ptwrites;
116 u64 ptwrites_sample_type;
117 u64 ptwrites_id;
119 bool sample_pwr_events;
120 u64 pwr_events_sample_type;
121 u64 mwait_id;
122 u64 pwre_id;
123 u64 exstop_id;
124 u64 pwrx_id;
125 u64 cbr_id;
126 u64 psb_id;
128 bool single_pebs;
129 bool sample_pebs;
130 struct evsel *pebs_evsel;
132 u64 evt_sample_type;
133 u64 evt_id;
135 u64 iflag_chg_sample_type;
136 u64 iflag_chg_id;
138 u64 tsc_bit;
139 u64 mtc_bit;
140 u64 mtc_freq_bits;
141 u32 tsc_ctc_ratio_n;
142 u32 tsc_ctc_ratio_d;
143 u64 cyc_bit;
144 u64 noretcomp_bit;
145 unsigned max_non_turbo_ratio;
146 unsigned cbr2khz;
147 int max_loops;
149 unsigned long num_events;
151 char *filter;
175 struct intel_pt_pebs_event { argument
181 struct intel_pt *pt; argument