[for-next][PATCH 0/4] tracing: Addition of initcall tracing

From: Steven Rostedt
Date: Sun Apr 08 2018 - 16:12:35 EST



The last patch keeps initcall_debug working even without
CONFIG_TRACEPOINTS enabled. Nobody appears to be against this
patch set.


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: b0dc52f15e7fe2b973ecfe4f3706f1b35ce3943a


Abderrahmane Benbachir (1):
init, tracing: instrument security and console initcall trace events

Steven Rostedt (VMware) (3):
init, tracing: Add initcall trace events
init, tracing: Have printk come through the trace events for initcall_debug
init: Have initcall_debug still work without CONFIG_TRACEPOINTS

----
include/trace/events/initcall.h | 66 +++++++++++++++++++++++++++++++++
init/main.c | 82 +++++++++++++++++++++++++++++++++--------
kernel/printk/printk.c | 7 +++-
security/security.c | 8 +++-
4 files changed, 145 insertions(+), 18 deletions(-)
create mode 100644 include/trace/events/initcall.h