Lines Matching refs:tp_field
110 struct tp_field { struct
113 u64 (*integer)(struct tp_field *field, struct perf_sample *sample); argument
114 void *(*pointer)(struct tp_field *field, struct perf_sample *sample);
119 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \
132 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \
143 static int tp_field__init_uint(struct tp_field *field, in tp_field__init_uint()
169 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample) in tp_field__ptr()
174 static int tp_field__init_ptr(struct tp_field *field, struct format_field *format_field) in tp_field__init_ptr()
182 struct tp_field id;
184 struct tp_field args, ret;
189 struct tp_field *field, in perf_evsel__init_tp_uint_field()
205 struct tp_field *field, in perf_evsel__init_tp_ptr_field()