Lines Matching refs:tp_field
204 struct tp_field {
207 u64 (*integer)(struct tp_field *field, struct perf_sample *sample);
208 void *(*pointer)(struct tp_field *field, struct perf_sample *sample);
213 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \
226 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \
237 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap)
261 static int tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool needs_swap)
266 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample)
271 static int __tp_field__init_ptr(struct tp_field *field, int offset)
278 static int tp_field__init_ptr(struct tp_field *field, struct tep_format_field *format_field)
284 struct tp_field id;
286 struct tp_field args, ret;
371 static int evsel__init_tp_uint_field(struct evsel *evsel, struct tp_field *field, const char *name)
385 static int evsel__init_tp_ptr_field(struct evsel *evsel, struct tp_field *field, const char *name)