All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tracing/fastboot: document the need of initcall_debug
@ 2009-06-29  7:55 Li Zefan
  2009-06-29  8:21 ` Ingo Molnar
  2009-06-29  8:24 ` [tip:tracing/urgent] tracing/fastboot: Document " tip-bot for Li Zefan
  0 siblings, 2 replies; 7+ messages in thread
From: Li Zefan @ 2009-06-29  7:55 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Frederic Weisbecker, Steven Rostedt, LKML

To use boot tracer, one should pass initcall_debug as well as
ftrace=initcall to the command line.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
 kernel/trace/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index f7d9a4e..860c712 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -226,13 +226,13 @@ config BOOT_TRACER
 	  the timings of the initcalls and traces key events and the identity
 	  of tasks that can cause boot delays, such as context-switches.
 
-	  Its aim is to be parsed by the /scripts/bootgraph.pl tool to
+	  Its aim is to be parsed by the scripts/bootgraph.pl tool to
 	  produce pretty graphics about boot inefficiencies, giving a visual
 	  representation of the delays during initcalls - but the raw
 	  /debug/tracing/trace text output is readable too.
 
-	  You must pass in ftrace=initcall to the kernel command line
-	  to enable this on bootup.
+	  You must pass in initcall_debug and ftrace=initcall to the kernel
+	  command line to enable this on bootup.
 
 config TRACE_BRANCH_PROFILING
 	bool
-- 
1.5.4.rc3


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

end of thread, other threads:[~2009-06-29 19:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29  7:55 [PATCH] tracing/fastboot: document the need of initcall_debug Li Zefan
2009-06-29  8:21 ` Ingo Molnar
2009-06-29  9:01   ` Li Zefan
2009-06-29  9:14     ` Ingo Molnar
2009-06-29 11:19       ` Frederic Weisbecker
2009-06-29 19:39         ` Ingo Molnar
2009-06-29  8:24 ` [tip:tracing/urgent] tracing/fastboot: Document " tip-bot for Li Zefan

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.