Searched refs:tp_field (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-trace.c207 struct tp_field { struct
210 u64 (*integer)(struct tp_field *field, struct perf_sample *sample);
211 void *(*pointer)(struct tp_field *field, struct perf_sample *sample);
216 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \
229 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \
240 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap)
264 static int tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool needs_swap)
269 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample)
274 static int __tp_field__init_ptr(struct tp_field *field, int offset)
281 static int tp_field__init_ptr(struct tp_field *fiel
[all...]

Completed in 86 milliseconds