Searched defs:__array (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_export.c | 55 #define __array(type, item, size) type item[size]; macro 120 #define __array(_type, _item, _len) { \ macro 165 #define __array(type, item, len) macro
|
| /linux/arch/powerpc/perf/req-gen/ |
| H A D | _request-begin.h | 10 #define __array(f_offset, f_bytes, f_name) \ macro
|
| /linux/include/trace/stages/ |
| H A D | stage4_event_fields.h | 26 #define __array(_type, _item, _len) { \ macro
|
| H A D | stage1_struct_define.h | 18 #define __array(type, item, len) type item[len]; macro
|
| H A D | stage2_data_offsets.h | 24 #define __array(type, item, len) macro
|
| H A D | stage5_get_offsets.h | 48 #define __array(type, item, len) macro
|
| H A D | stage6_event_callback.h | 18 #define __array(type, item, len) macro
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 15 #define __array(name, val) typeof(val) *name[] macro
|