Searched refs:__field_ext (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/trace/ |
D | trace_events.h | 86 #undef __field_ext 87 #define __field_ext(type, item, filter_type) type item; macro 181 #undef __field_ext 182 #define __field_ext(type, item, filter_type) macro 396 #undef __field_ext 397 #define __field_ext(type, item, filter_type) \ macro 415 #define __field(type, item) __field_ext(type, item, FILTER_OTHER) 479 #undef __field_ext 480 #define __field_ext(type, item, filter_type) macro
|