Lines Matching defs:perf_sample
150 struct perf_sample { struct
151 u64 ip;
152 u32 pid, tid;
153 u64 time;
154 u64 addr;
155 u64 id;
156 u64 stream_id;
157 u64 period;
158 u64 weight;
159 u64 transaction;
160 u64 insn_cnt;
161 u64 cyc_cnt;
162 u32 cpu;
163 u32 raw_size;
164 u64 data_src;
165 u64 phys_addr;
166 u64 data_page_size;
167 u64 code_page_size;
168 u64 cgroup;
169 u32 flags;
170 u32 machine_pid;
171 u32 vcpu;
172 u16 insn_len;
173 u8 cpumode;
174 u16 misc;
175 u16 ins_lat;
176 u16 p_stage_cyc;
177 bool no_hw_idx; /* No hw_idx collected in branch_stack */
178 char insn[MAX_INSN];
179 void *raw_data;
180 struct ip_callchain *callchain;
181 struct branch_stack *branch_stack;
182 struct regs_dump user_regs;
183 struct regs_dump intr_regs;
184 struct stack_dump user_stack;
185 struct sample_read read;
186 struct aux_sample aux_sample;