Searched refs:__array (Results 1 – 4 of 4) sorted by relevance
/kernel/trace/ |
D | trace_export.c | 51 #undef __array 52 #define __array(type, item, size) type item[size]; macro 110 #undef __array 111 #define __array(_type, _item, _len) { \ macro 117 #define __array_desc(_type, _container, _item, _len) __array(_type, _item, _len) 148 #undef __array 149 #define __array(type, item, len) macro
|
D | trace_entries.h | 167 __array( unsigned long, caller, FTRACE_STACK_ENTRIES ) 185 __array( unsigned long, caller, FTRACE_STACK_ENTRIES ) 302 __array( char, func, TRACE_FUNC_SIZE+1 ) 303 __array( char, file, TRACE_FILE_SIZE+1 )
|
D | trace_benchmark.h | 22 __array( char, str, BENCHMARK_EVENT_STRLEN )
|
D | trace.h | 74 #undef __array 75 #define __array(type, item, size) type item[size]; macro
|