Lines Matching defs:perf_sample_data
992 struct perf_sample_data { struct
997 u64 addr;
998 struct perf_raw_record *raw;
999 struct perf_branch_stack *br_stack;
1000 u64 period;
1001 u64 weight;
1002 u64 txn;
1003 union perf_mem_data_src data_src;
1009 u64 type;
1010 u64 ip;
1011 struct {
1014 } tid_entry;
1015 u64 time;
1016 u64 id;
1040 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() argument