All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH] tracing: Add missing function triggers dump and cpudump to README
@ 2014-04-11 13:00 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2014-04-11 13:00 UTC (permalink / raw)
  To: LKML; +Cc: Ingo Molnar, Frederic Weisbecker

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

Head SHA1: 17a280ea8111c66791c18c0353b7986aafcb24fe


Steven Rostedt (Red Hat) (1):
      tracing: Add missing function triggers dump and cpudump to README

----
 kernel/trace/trace.c | 2 ++
 1 file changed, 2 insertions(+)
---------------------------
commit 17a280ea8111c66791c18c0353b7986aafcb24fe
Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
Date:   Thu Apr 10 22:43:37 2014 -0400

    tracing: Add missing function triggers dump and cpudump to README
    
    The debugfs tracing README file lists all the function triggers except for
    dump and cpudump. These should be added too.
    
    Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 9be67c5..e3e6656 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -3611,6 +3611,8 @@ static const char readme_msg[] =
 #ifdef CONFIG_TRACER_SNAPSHOT
 	"\t\t      snapshot\n"
 #endif
+	"\t\t      dump\n"
+	"\t\t      cpudump\n"
 	"\t     example: echo do_fault:traceoff > set_ftrace_filter\n"
 	"\t              echo do_trap:traceoff:3 > set_ftrace_filter\n"
 	"\t     The first one will disable tracing every time do_fault is hit\n"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-11 13:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-11 13:00 [for-next][PATCH] tracing: Add missing function triggers dump and cpudump to README Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.