Searched refs:tp_field (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-trace.c | 127 struct tp_field { struct 130 u64 (*integer)(struct tp_field *field, struct perf_sample *sample); argument 131 void *(*pointer)(struct tp_field *field, struct perf_sample *sample); 136 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \ 149 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \ 160 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap) in __tp_field__init_uint() 184 static int tp_field__init_uint(struct tp_field *field, struct format_field *format_field, bool need… in tp_field__init_uint() 189 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample) in tp_field__ptr() 194 static int __tp_field__init_ptr(struct tp_field *field, int offset) in __tp_field__init_ptr() 201 static int tp_field__init_ptr(struct tp_field *field, struct format_field *format_field) in tp_field__init_ptr() [all …]
|