Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_export.c85 #undef __field_ext
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)
/linux-6.1.9/include/trace/stages/
Dstage4_event_fields.h7 #undef __field_ext
8 #define __field_ext(_type, _item, _filter_type) { \ macro
20 #define __field(type, item) __field_ext(type, item, FILTER_OTHER)
Dstage2_data_offsets.h14 #undef __field_ext
15 #define __field_ext(type, item, filter_type) macro
Dstage1_struct_define.h8 #undef __field_ext
9 #define __field_ext(type, item, filter_type) type item; macro
Dstage5_get_offsets.h15 #undef __field_ext
16 #define __field_ext(type, item, filter_type) macro