Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-trace.c44 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;
[all …]