Lines Matching defs:perf_sample_data
1239 struct perf_sample_data { struct
1244 u64 sample_flags;
1245 u64 period;
1246 u64 dyn_size;
1252 u64 type;
1253 struct {
1256 } tid_entry;
1257 u64 time;
1258 u64 id;
1259 struct {
1262 } cpu_entry;
1268 u64 ip;
1269 struct perf_callchain_entry *callchain;
1270 struct perf_raw_record *raw;
1271 struct perf_branch_stack *br_stack;
1272 u64 *br_stack_cntr;
1273 union perf_sample_weight weight;
1274 union perf_mem_data_src data_src;
1298 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() argument