Lines Matching defs:perf_sample_data
1143 struct perf_sample_data { struct
1148 u64 sample_flags;
1149 u64 period;
1150 u64 dyn_size;
1156 u64 type;
1157 struct {
1160 } tid_entry;
1161 u64 time;
1162 u64 id;
1163 struct {
1166 } cpu_entry;
1172 u64 ip;
1173 struct perf_callchain_entry *callchain;
1174 struct perf_raw_record *raw;
1175 struct perf_branch_stack *br_stack;
1176 union perf_sample_weight weight;
1177 union perf_mem_data_src data_src;
1201 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() argument