Lines Matching defs:perf_sample_data
1205 struct perf_sample_data { struct
1210 u64 sample_flags;
1211 u64 period;
1212 u64 dyn_size;
1218 u64 type;
1219 struct {
1222 } tid_entry;
1223 u64 time;
1224 u64 id;
1225 struct {
1228 } cpu_entry;
1234 u64 ip;
1235 struct perf_callchain_entry *callchain;
1236 struct perf_raw_record *raw;
1237 struct perf_branch_stack *br_stack;
1238 u64 *br_stack_cntr;
1239 union perf_sample_weight weight;
1240 union perf_mem_data_src data_src;
1264 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() argument