Skip to content
Snippets Groups Projects
Commit 4e37958d authored by Steven Rostedt (VMware)'s avatar Steven Rostedt (VMware)
Browse files

init, tracing: Have printk come through the trace events for initcall_debug


With trace events set before and after the initcall function calls, instead
of having a separate routine for printing out the initcalls when
initcall_debug is specified on the kernel command line, have the code
register a callback to the tracepoints where the initcall trace events are.

This removes the need for having a separate function to do the initcalls as
the tracepoint callbacks can handle the printk. It also includes other
initcalls that are not called by the do_one_initcall() which includes
console and security initcalls.

Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent 58eacfff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment