Lines Matching defs:perf_sample
180 struct perf_sample { struct
181 u64 ip;
182 u32 pid, tid;
183 u64 time;
184 u64 addr;
185 u64 id;
186 u64 stream_id;
187 u64 period;
188 u64 weight;
189 u64 transaction;
190 u32 cpu;
191 u32 raw_size;
192 u64 data_src;
193 u32 flags;
194 u16 insn_len;
195 void *raw_data;
196 struct ip_callchain *callchain;
197 struct branch_stack *branch_stack;
198 struct regs_dump user_regs;
199 struct regs_dump intr_regs;
200 struct stack_dump user_stack;
201 struct sample_read read;