Lines Matching defs:perf_sample
129 struct perf_sample { struct
130 u64 ip;
131 u32 pid, tid;
132 u64 time;
133 u64 addr;
134 u64 id;
135 u64 stream_id;
136 u64 period;
137 u64 weight;
138 u64 transaction;
139 u64 insn_cnt;
140 u64 cyc_cnt;
141 u32 cpu;
142 u32 raw_size;
143 u64 data_src;
144 u64 phys_addr;
145 u64 data_page_size;
146 u64 code_page_size;
147 u64 cgroup;
148 u32 flags;
149 u16 insn_len;
150 u8 cpumode;
151 u16 misc;
152 u16 ins_lat;
153 u16 p_stage_cyc;
154 bool no_hw_idx; /* No hw_idx collected in branch_stack */
155 char insn[MAX_INSN];
156 void *raw_data;
157 struct ip_callchain *callchain;
158 struct branch_stack *branch_stack;
159 struct regs_dump user_regs;
160 struct regs_dump intr_regs;
161 struct stack_dump user_stack;
162 struct sample_read read;
163 struct aux_sample aux_sample;