Lines Matching defs:perf_sample_data
987 struct perf_sample_data { struct
992 u64 addr;
993 struct perf_raw_record *raw;
994 struct perf_branch_stack *br_stack;
995 u64 period;
996 u64 weight;
997 u64 txn;
998 union perf_mem_data_src data_src;
1004 u64 type;
1005 u64 ip;
1006 struct {
1009 } tid_entry;
1010 u64 time;
1011 u64 id;
1035 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() argument