All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]ftrace:fix a typo in ftrace.txt
@ 2010-01-25  3:06 Yang Hongyang
  2010-01-25  3:10 ` Yang Hongyang
  0 siblings, 1 reply; 3+ messages in thread
From: Yang Hongyang @ 2010-01-25  3:06 UTC (permalink / raw)
  To: Ingo Molnar, fweisbec, rostedt, linux-kernel

'echo ftrace' no longer supported in current kernel,
use 'echo function' instead.

Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>

---
 Documentation/trace/ftrace.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt
index 8179692..bab3040 100644
--- a/Documentation/trace/ftrace.txt
+++ b/Documentation/trace/ftrace.txt
@@ -1625,7 +1625,7 @@ If I am only interested in sys_nanosleep and hrtimer_interrupt:
 
  # echo sys_nanosleep hrtimer_interrupt \
 		> set_ftrace_filter
- # echo ftrace > current_tracer
+ # echo function > current_tracer
  # echo 1 > tracing_enabled
  # usleep 1
  # echo 0 > tracing_enabled
-- 
1.6.5.2

-- 
Regards
Yang Hongyang

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

end of thread, other threads:[~2010-01-27 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25  3:06 [PATCH]ftrace:fix a typo in ftrace.txt Yang Hongyang
2010-01-25  3:10 ` Yang Hongyang
2010-01-27 13:15   ` [tip:tracing/urgent] tracing/documentation: Fix " tip-bot for Yang Hongyang

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.