Lines Matching refs:tp_field
44 struct tp_field { struct
47 u64 (*integer)(struct tp_field *field, struct perf_sample *sample); argument
48 void *(*pointer)(struct tp_field *field, struct perf_sample *sample);
53 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \
66 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \
77 static int tp_field__init_uint(struct tp_field *field, in tp_field__init_uint()
103 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample) in tp_field__ptr()
108 static int tp_field__init_ptr(struct tp_field *field, struct format_field *format_field) in tp_field__init_ptr()
116 struct tp_field id;
118 struct tp_field args, ret;
123 struct tp_field *field, in perf_evsel__init_tp_uint_field()
139 struct tp_field *field, in perf_evsel__init_tp_ptr_field()