Lines Matching refs:tp_field
171 struct tp_field { struct
174 u64 (*integer)(struct tp_field *field, struct perf_sample *sample); argument
175 void *(*pointer)(struct tp_field *field, struct perf_sample *sample);
180 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \
193 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \
204 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap) in __tp_field__init_uint()
228 static int tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool … in tp_field__init_uint()
233 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample) in tp_field__ptr()
238 static int __tp_field__init_ptr(struct tp_field *field, int offset) in __tp_field__init_ptr()
245 static int tp_field__init_ptr(struct tp_field *field, struct tep_format_field *format_field) in tp_field__init_ptr()
251 struct tp_field id;
253 struct tp_field args, ret;
258 struct tp_field *field, in perf_evsel__init_tp_uint_field()
274 struct tp_field *field, in perf_evsel__init_tp_ptr_field()