From: Frédéric Weisbecker Date: Tue, 23 Sep 2008 10:32:08 +0000 (+0100) Subject: tracing/ftrace: add the boot tracer X-Git-Tag: v2.6.28-rc1~78^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13744cd6e3fef373a3fe656ac349b4e7c49ff79;p=pandora-kernel.git tracing/ftrace: add the boot tracer Add the boot/initcall tracer. It's primary purpose is to be able to trace the initcalls. It is intended to be used with scripts/bootgraph.pl after some small improvements. Note that it is not active after its init. To avoid tracing (and so crashing) before the whole tracing engine init, you have to explicitly call start_boot_trace() after do_pre_smp_initcalls() to enable it. Signed-off-by: Frederic Weisbecker Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed