Searched refs:__field_struct_ext (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/include/trace/ |
D | trace_events.h | 93 #undef __field_struct_ext 94 #define __field_struct_ext(type, item, filter_type) type item; macro 188 #undef __field_struct_ext 189 #define __field_struct_ext(type, item, filter_type) macro 409 #undef __field_struct_ext 410 #define __field_struct_ext(_type, _item, _filter_type) { \ macro 419 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER) 466 #undef __field_struct_ext 467 #define __field_struct_ext(type, item, filter_type) macro
|