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