Searched defs:__field_struct (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/trace/
H A Dtrace_export.c30 #undef __field_struct macro
31 #define __field_struct(type, item) macro
H A Dtrace.h49 #undef __field_struct macro
50 #define __field_struct(type, item) __field(type, item) macro
/linux-4.1.27/include/trace/
H A Dftrace.h75 #undef __field_struct macro
76 #define __field_struct(type, item) type item; macro
161 #undef __field_struct macro
162 #define __field_struct(type, item) macro
378 #undef __field_struct macro
379 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER) macro
442 #undef __field_struct macro
443 #define __field_struct(type, item) macro
619 #undef __field_struct macro
620 #define __field_struct(type, item) macro

Completed in 117 milliseconds