Searched refs:__field_ext (Results 1 – 1 of 1) sorted by relevance
| /kernel/trace/ |
| A D | trace_export.c | 88 #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)
|
Completed in 4 milliseconds