]> git.baikalelectronics.ru Git - kernel.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)
commitc748d12876d3b6c1c01cef7fa36dbbed452d09f0
tree6efd6991853918242947df308be60b14a6fa5e80
parent49be8316b68d77adc6c185f83b6dd080e5e8f962
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