commit | f631718de3ca24a9ae03595e937fe0b64cfaf456 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Mar 03 13:43:34 2017 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Mar 24 13:08:44 2017 -0400 |
tree | 6a4660027df5c8e20046de4085ddbc03524e9c99 | |
parent | e725c731e3bb1e892e7b564c945b121cb41d1087 [diff] |
ftrace: Move ftrace_init() to right after memory initialization Initialize the ftrace records immediately after memory initialization, as that is all that is required for the records to be created. This will allow for future work to get function tracing started earlier in the boot process. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>