Searched hist:d503b8f7474fe7ac616518f7fc49773cbab49f36 (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/trace/ |
H A D | trace.c | diff d503b8f7474fe7ac616518f7fc49773cbab49f36 Tue Feb 07 18:28:52 CET 2023 Steven Rostedt (Google) <rostedt@goodmis.org> tracing: Add trace_array_puts() to write into instance
Add a generic trace_array_puts() that can be used to "trace_puts()" into an allocated trace_array instance. This is just another variant of trace_array_printk().
Link: https://lkml.kernel.org/r/20230207173026.584717290@goodmis.org
Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Ross Zwisler <zwisler@google.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
|