Lines Matching +full:ftrace +full:- +full:size
1 /* SPDX-License-Identifier: GPL-2.0 */
10 * The trace export - an export of Ftrace output. The trace_export
12 * an addition to the current only output of Ftrace - i.e. ring buffer.
18 * next - pointer to the next trace_export
19 * write - copy traces which have been delt with ->commit() to
21 * flags - which ftrace to be exported
37 * trace_array_puts - write a constant string into the trace buffer.
43 str ? __trace_array_puts(tr, _THIS_IP_, str, strlen(str)) : -1; \
46 const char *str, int size);
66 return -EINVAL; in register_ftrace_export()
82 return -EINVAL; in trace_array_init_printk()