[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180408201000.540816094@goodmis.org>
Date: Sun, 08 Apr 2018 16:10:00 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next][PATCH 0/4] tracing: Addition of initcall tracing
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
Powered by blists - more mailing lists