]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ftrace: warn on failure to disable mcount callers
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 22 Sep 2008 21:55:47 +0000 (14:55 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:38:11 +0000 (10:38 +0200)
commit05736a427f7e16be948ccbf39782bd3a6ae16b14
tree6efd6991853918242947df308be60b14a6fa5e80
parent43a15386c4faf913f7d70a47748c266d6210cd6e
ftrace: warn on failure to disable mcount callers

With the recent updates to ftrace, there should not be any failures when
modifying the code. If there is, then we need to warn about it.

This patch has a cleaned up version of the code that I used to discover
that the weak symbols were causing failures.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/ftrace.c