From: Steven Rostedt Date: Fri, 16 Jan 2009 01:40:23 +0000 (-0500) Subject: ftrace: move function tracer functions out of trace.c X-Git-Tag: v2.6.30-rc1~2^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3c3c95f330f7bf16e33b002e48882616089db1;p=pandora-kernel.git ftrace: move function tracer functions out of trace.c Impact: clean up of trace.c The function tracer functions were put in trace.c because it needed to share static variables that were in trace.c. Since then, those variables have become global for various reasons. This patch moves the function tracer functions into trace_function.c where they belong. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed