Lines Matching +full:ftrace +full:- +full:size
1 // SPDX-License-Identifier: GPL-2.0
3 * trace_export.c - export basic ftrace utilities to user space
11 #include <linux/ftrace.h>
25 #define TRACE_SYSTEM ftrace
28 * The FTRACE_ENTRY_REG macro allows ftrace entry to define register
52 #define __array(type, item, size) type item[size]; argument
55 #define __stack_array(type, item, size, field) __array(type, item, size) argument
58 #define __array_desc(type, container, item, size) type item[size]; argument
78 /* force compile-time check on F_printk() */ \
91 .size = sizeof(_type), .align = __alignof__(_type), \
98 .size = sizeof(_type), .align = 1, \
116 .size = sizeof(_type[_len]), .align = __alignof__(_type), \
129 .size = 0, .align = __alignof__(_type), \