Lines Matching defs:intel_pt_queue
175 struct intel_pt_queue { struct
176 struct intel_pt *pt;
177 unsigned int queue_nr;
178 struct auxtrace_buffer *buffer;
179 struct auxtrace_buffer *old_buffer;
180 void *decoder;
181 const struct intel_pt_state *state;
182 struct ip_callchain *chain;
183 struct branch_stack *last_branch;
184 union perf_event *event_buf;
185 bool on_heap;
186 bool stop;
187 bool step_through_buffers;
188 bool use_buffer_pid_tid;
189 bool sync_switch;
190 bool sample_ipc;
191 pid_t pid, tid;
192 int cpu;
193 int switch_state;
194 pid_t next_tid;
195 struct thread *thread;
196 struct machine *guest_machine;
197 struct thread *guest_thread;
198 struct thread *unknown_guest_thread;
199 pid_t guest_machine_pid;
200 pid_t guest_pid;
201 pid_t guest_tid;
202 int vcpu;
203 bool exclude_kernel;
204 bool have_sample;
205 u64 time;
206 u64 timestamp;
207 u64 sel_timestamp;
208 bool sel_start;
209 unsigned int sel_idx;
210 u32 flags;
211 u16 insn_len;
212 u64 last_insn_cnt;
213 u64 ipc_insn_cnt;
214 u64 ipc_cyc_cnt;
215 u64 last_in_insn_cnt;
216 u64 last_in_cyc_cnt;
217 u64 last_br_insn_cnt;
218 u64 last_br_cyc_cnt;
219 unsigned int cbr_seen;
220 char insn[INTEL_PT_INSN_BUF_SZ];
221 struct intel_pt_pebs_event pebs[INTEL_PT_MAX_PEBS];