From: Steven Rostedt Date: Mon, 12 May 2008 19:20:48 +0000 (+0200) Subject: ftrace: disable tracing on failure X-Git-Tag: v2.6.27-rc1~1102^2^2~1^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eebcc81a33fbc45e28542b50197ed7b3c486d90;p=pandora-kernel.git ftrace: disable tracing on failure Since ftrace touches practically every function. If we detect any anomaly, we want to fully disable ftrace. This patch adds code to try shutdown ftrace as much as possible without doing any more harm is something is detected not quite correct. This only kills ftrace, this patch does have checks for other parts of the tracer (irqsoff, wakeup, etc.). Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed