Lines Matching defs:perf_sample_data
1182 struct perf_sample_data { struct
1187 u64 sample_flags;
1188 u64 period;
1189 u64 dyn_size;
1195 u64 type;
1196 struct {
1199 } tid_entry;
1200 u64 time;
1201 u64 id;
1202 struct {
1205 } cpu_entry;
1211 u64 ip;
1212 struct perf_callchain_entry *callchain;
1213 struct perf_raw_record *raw;
1214 struct perf_branch_stack *br_stack;
1215 u64 *br_stack_cntr;
1216 union perf_sample_weight weight;
1217 union perf_mem_data_src data_src;
1241 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() argument