commit | e725c731e3bb1e892e7b564c945b121cb41d1087 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Mar 03 13:37:33 2017 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Mar 24 13:08:43 2017 -0400 |
tree | 90e6ebfbd020855bb1914a979fd78d4ef65b8b9d | |
parent | 97da3854c526d3a6ee05c849c96e48d21527606c [diff] |
tracing: Split tracing initialization into two for early initialization Create an early_trace_init() function that will initialize the buffers and allow for ealier use of trace_printk(). This will also allow for future work to have function tracing start earlier at boot up. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>