Searched refs:__stack_array (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_export.c | 54 #undef __stack_array 55 #define __stack_array(type, item, size, field) __array(type, item, size) macro 120 #undef __stack_array 121 #define __stack_array(_type, _item, _len, _field) __array(_type, _item, _len) macro 158 #undef __stack_array 159 #define __stack_array(type, item, len, field) macro
|
H A D | trace_entries.h | 193 __stack_array( unsigned long, caller, FTRACE_STACK_ENTRIES, size)
|
H A D | trace.h | 87 #undef __stack_array 88 #define __stack_array(type, item, size, field) type item[] __counted_by(field); macro
|