Searched defs:__field_struct (Results 1 - 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/include/trace/stages/ |
| H A D | stage4_event_fields.h | 22 #undef __field_struct macro 23 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER) macro
|
| H A D | stage2_data_offsets.h | 17 #undef __field_struct macro 18 #define __field_struct(type, item) macro
|
| H A D | stage1_struct_define.h | 11 #undef __field_struct macro 12 #define __field_struct(type, item) type item; macro
|
| H A D | stage5_get_offsets.h | 29 #undef __field_struct macro 30 #define __field_struct(type, item) \ macro
|
| H A D | stage6_event_callback.h | 14 #undef __field_struct macro 15 #define __field_struct(type, item) macro
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| H A D | trace_export.c | 36 #undef __field_struct macro 37 #define __field_struct(type, item) macro
|
| H A D | trace.h | 59 #undef __field_struct macro 60 #define __field_struct(type, item) __field(type, item) macro
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | trace_export.c | 36 #undef __field_struct macro 37 #define __field_struct(type, item) macro
|
| H A D | trace.h | 68 #undef __field_struct macro 69 #define __field_struct(type, item) __field(type, item) macro
|
| /kernel/linux/linux-5.10/include/trace/ |
| H A D | trace_events.h | 90 #undef __field_struct macro 91 #define __field_struct(type, item) type item; macro 185 #undef __field_struct macro 186 #define __field_struct(type, item) macro 420 #undef __field_struct macro 421 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER) macro 465 #undef __field_struct macro 466 #define __field_struct(type, item) macro 636 #undef __field_struct macro 637 #define __field_struct(typ macro [all...] |
Completed in 13 milliseconds