Searched refs:__field_ext (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/trace/ |
D | trace_events.h | 72 #undef __field_ext 73 #define __field_ext(type, item, filter_type) type item; macro 158 #undef __field_ext 159 #define __field_ext(type, item, filter_type) macro 357 #undef __field_ext 358 #define __field_ext(type, item, filter_type) \ macro 376 #define __field(type, item) __field_ext(type, item, FILTER_OTHER) 439 #undef __field_ext 440 #define __field_ext(type, item, filter_type) macro
|