Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_export.c88 #undef __field_ext
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)
/linux-6.6.21/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.h25 #undef __field_ext
26 #define __field_ext(type, item, filter_type) \ macro