Searched refs:tp_field (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 204 struct tp_field { struct 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) in __tp_field__init_uint() 261 static int tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool needs_swap) in tp_field__init_uint() 266 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample) in tp_field__ptr() 271 static int __tp_field__init_ptr(struct tp_field *field, int offset) in __tp_field__init_ptr() 278 static int tp_field__init_ptr(struct tp_field *fiel [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 206 struct tp_field { struct 209 u64 (*integer)(struct tp_field *field, struct perf_sample *sample); 210 void *(*pointer)(struct tp_field *field, struct perf_sample *sample); 215 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \ 228 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \ 239 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap) in __tp_field__init_uint() 263 static int tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool needs_swap) in tp_field__init_uint() 268 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample) in tp_field__ptr() 273 static int __tp_field__init_ptr(struct tp_field *field, int offset) in __tp_field__init_ptr() 280 static int tp_field__init_ptr(struct tp_field *fiel [all...] |
Completed in 8 milliseconds