The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH]append prompt in /debug/tracing/README file.
@ 2009-05-14  8:23 GeunSik Lim
  2009-05-14  8:28 ` Minchan Kim
  2009-05-15 17:45 ` [tip:tracing/urgent] tracing: Append " tip-bot for GeunSik Lim
  0 siblings, 2 replies; 6+ messages in thread
From: GeunSik Lim @ 2009-05-14  8:23 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Ingo Molnar, linux-rt-users, linux-kernel, williams, tglx

[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]


Dear Steven Rostedt,

    Please, Append prompt in /debug/tracing/README file.
    
    This is trivial issue. Fix typo Mini Howto file(README) for ftrace.

    Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>

diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 1ce5dc6..a4726f5 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -2380,7 +2380,7 @@ static const char readme_msg[] =
 	"# echo print-parent > /debug/tracing/trace_options\n"
 	"# echo 1 > /debug/tracing/tracing_enabled\n"
 	"# cat /debug/tracing/trace > /tmp/trace.txt\n"
-	"echo 0 > /debug/tracing/tracing_enabled\n"
+	"# echo 0 > /debug/tracing/tracing_enabled\n"
 ;
 
 static ssize_t



-----------------------------------------------
To unsubscribe from this list: send the line "unsubscribe linux-***" 
in the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

GeunSik Lim (ELS - OS Group - S/W Lab - SAIT - SAMSUNG)
e-Mail  :1) geunsik.lim@samsung.com
         2) leemgs@gmail.com , leemgs1@gmail.com
HomePage: http://intomail.dnip.net/invain/me/
-----------------------------------------------

[-- Attachment #2: append-prompt-in-readme-ftrace.patch --]
[-- Type: text/x-patch, Size: 779 bytes --]

commit 52d07e507de331cff1623d60cda05a5c2435fac8
Author: GeunSik,Lim <leemgs1@gmail.com>
Date:   Thu May 14 17:18:09 2009 +0900

    append prompt in /debug/tracing/README file.
    
    This is trivial issue. Fix typo Mini Howto file(README) for ftrace.

    Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>

diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 1ce5dc6..a4726f5 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -2380,7 +2380,7 @@ static const char readme_msg[] =
 	"# echo print-parent > /debug/tracing/trace_options\n"
 	"# echo 1 > /debug/tracing/tracing_enabled\n"
 	"# cat /debug/tracing/trace > /tmp/trace.txt\n"
-	"echo 0 > /debug/tracing/tracing_enabled\n"
+	"# echo 0 > /debug/tracing/tracing_enabled\n"
 ;
 
 static ssize_t

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-15 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-14  8:23 [PATCH]append prompt in /debug/tracing/README file GeunSik Lim
2009-05-14  8:28 ` Minchan Kim
2009-05-14 12:18   ` GeunSik Lim
2009-05-14 13:41   ` Jiri Kosina
2009-05-14 14:01     ` Steven Rostedt
2009-05-15 17:45 ` [tip:tracing/urgent] tracing: Append " tip-bot for GeunSik Lim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox