Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_export.c85 #undef __field_ext
86 #define __field_ext(_type, _item, _filter_type) { \ macro
99 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER)
102 #define __field_fn(_type, _item) __field_ext(_type, _item, FILTER_TRACE_FN)
105 #define __field_desc(_type, _container, _item) __field_ext(_type, _item, FILTER_OTHER)
/linux/include/trace/
A Dtrace_events.h87 #undef __field_ext
88 #define __field_ext(type, item, filter_type) type item; macro
185 #undef __field_ext
186 #define __field_ext(type, item, filter_type) macro
435 #undef __field_ext
436 #define __field_ext(_type, _item, _filter_type) { \ macro
448 #define __field(type, item) __field_ext(type, item, FILTER_OTHER)
495 #undef __field_ext
496 #define __field_ext(type, item, filter_type) macro

Completed in 14 milliseconds