Lines Matching refs:tp_field
203 struct tp_field { struct
206 u64 (*integer)(struct tp_field *field, struct perf_sample *sample); argument
207 void *(*pointer)(struct tp_field *field, struct perf_sample *sample);
212 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \
225 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \
236 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap) in __tp_field__init_uint()
260 static int tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool … in tp_field__init_uint()
265 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample) in tp_field__ptr()
270 static int __tp_field__init_ptr(struct tp_field *field, int offset) in __tp_field__init_ptr()
277 static int tp_field__init_ptr(struct tp_field *field, struct tep_format_field *format_field) in tp_field__init_ptr()
283 struct tp_field id;
285 struct tp_field args, ret;
370 static int evsel__init_tp_uint_field(struct evsel *evsel, struct tp_field *field, const char *name) in evsel__init_tp_uint_field()
384 static int evsel__init_tp_ptr_field(struct evsel *evsel, struct tp_field *field, const char *name) in evsel__init_tp_ptr_field()