commit | f38601368f4a0c2a9f859511768dc3957e2e1769 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jun 17 10:51:02 2021 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jun 17 11:01:15 2021 -0400 |
tree | 5297b6bc5a3f9c90c0dab4b48114172be15513b5 | |
parent | 8f0901cda14d3be38cd2196d8cf61cdf3b368e34 [diff] |
tracing: Add tp_printk_stop_on_boot option Add a kernel command line option that disables printing of events to console at late_initcall_sync(). This is useful when needing to see specific events written to console on boot up, but not wanting it when user space starts, as user space may make the console so noisy that the system becomes inoperable. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>