Searched refs:__field_ext (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_export.c | 85 #undef __field_ext macro 86 #define __field_ext(_type, _item, _filter_type) { \ macro 99 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER) 102 #define __field_fn(_type, _item) __field_ext(_type, _item, FILTER_TRACE_FN) 105 #define __field_desc(_type, _container, _item) __field_ext(_type, _item, FILTER_OTHER)
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_export.c | 88 #undef __field_ext macro 89 #define __field_ext(_type, _item, _filter_type) { \ macro 102 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER) 105 #define __field_fn(_type, _item) __field_ext(_type, _item, FILTER_TRACE_FN) 108 #define __field_desc(_type, _container, _item) __field_ext(_type, _item, FILTER_OTHER)
|
/kernel/linux/linux-6.6/include/trace/stages/ |
H A D | stage4_event_fields.h | 7 #undef __field_ext macro 8 #define __field_ext(_type, _item, _filter_type) { \ macro 20 #define __field(type, item) __field_ext(type, item, FILTER_OTHER)
|
H A D | stage2_data_offsets.h | 14 #undef __field_ext macro 15 #define __field_ext(type, item, filter_type) macro
|
H A D | stage1_struct_define.h | 8 #undef __field_ext macro 9 #define __field_ext(type, item, filter_type) type item; macro
|
H A D | stage5_get_offsets.h | 25 #undef __field_ext macro 26 #define __field_ext(type, item, filter_type) \ macro
|
/kernel/linux/linux-5.10/include/trace/ |
H A D | trace_events.h | 87 #undef __field_ext macro 88 #define __field_ext(type, item, filter_type) type item; macro 182 #undef __field_ext macro 183 #define __field_ext(type, item, filter_type) macro 405 #undef __field_ext macro 406 #define __field_ext(_type, _item, _filter_type) { \ macro 418 #define __field(type, item) __field_ext(type, item, FILTER_OTHER) 462 #undef __field_ext macro 463 #define __field_ext(type, item, filter_type) macro
|
Completed in 4 milliseconds