Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information