Lines Matching defs:perf_sample_data
1234 struct perf_sample_data { struct
1239 u64 sample_flags;
1240 u64 period;
1241 u64 dyn_size;
1247 u64 type;
1248 struct {
1251 } tid_entry;
1252 u64 time;
1253 u64 id;
1254 struct {
1257 } cpu_entry;
1263 u64 ip;
1264 struct perf_callchain_entry *callchain;
1265 struct perf_raw_record *raw;
1266 struct perf_branch_stack *br_stack;
1267 u64 *br_stack_cntr;
1268 union perf_sample_weight weight;
1269 union perf_mem_data_src data_src;
1293 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() argument