Lines Matching defs:perf_sample_data
996 struct perf_sample_data { struct
1001 u64 addr;
1002 struct perf_raw_record *raw;
1003 struct perf_branch_stack *br_stack;
1004 u64 period;
1005 u64 weight;
1006 u64 txn;
1007 union perf_mem_data_src data_src;
1013 u64 type;
1014 u64 ip;
1015 struct {
1018 } tid_entry;
1019 u64 time;
1020 u64 id;
1044 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() argument