Searched refs:tp_field (Results 1 – 1 of 1) sorted by relevance
110 struct tp_field { struct113 u64 (*integer)(struct tp_field *field, struct perf_sample *sample); argument114 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;[all …]