Lines Matching defs:perf_sample
172 struct perf_sample { struct
173 u64 ip;
174 u32 pid, tid;
175 u64 time;
176 u64 addr;
177 u64 id;
178 u64 stream_id;
179 u64 period;
180 u64 weight;
181 u64 transaction;
182 u32 cpu;
183 u32 raw_size;
184 u64 data_src;
185 u32 flags;
186 u16 insn_len;
187 void *raw_data;
188 struct ip_callchain *callchain;
189 struct branch_stack *branch_stack;
190 struct regs_dump user_regs;
191 struct regs_dump intr_regs;
192 struct stack_dump user_stack;
193 struct sample_read read;