Lines Matching defs:intel_pt_queue
151 struct intel_pt_queue { struct
152 struct intel_pt *pt;
153 unsigned int queue_nr;
154 struct auxtrace_buffer *buffer;
155 struct auxtrace_buffer *old_buffer;
156 void *decoder;
157 const struct intel_pt_state *state;
158 struct ip_callchain *chain;
159 struct branch_stack *last_branch;
160 union perf_event *event_buf;
161 bool on_heap;
162 bool stop;
163 bool step_through_buffers;
164 bool use_buffer_pid_tid;
165 bool sync_switch;
166 pid_t pid, tid;
167 int cpu;
168 int switch_state;
169 pid_t next_tid;
170 struct thread *thread;
171 struct machine *guest_machine;
172 struct thread *unknown_guest_thread;
173 pid_t guest_machine_pid;
174 bool exclude_kernel;
175 bool have_sample;
176 u64 time;
177 u64 timestamp;
178 u64 sel_timestamp;
179 bool sel_start;
180 unsigned int sel_idx;
181 u32 flags;
182 u16 insn_len;
183 u64 last_insn_cnt;
184 u64 ipc_insn_cnt;
185 u64 ipc_cyc_cnt;
186 u64 last_in_insn_cnt;
187 u64 last_in_cyc_cnt;
188 u64 last_br_insn_cnt;
189 u64 last_br_cyc_cnt;
190 unsigned int cbr_seen;
191 char insn[INTEL_PT_INSN_BUF_SZ];