From: Steven Rostedt Date: Mon, 12 May 2008 19:20:54 +0000 (+0200) Subject: ftrace: fix dynamic ftrace selftest X-Git-Tag: v2.6.27-rc1~1102^2^2~1^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05cdb25d80f06f77aa6bddb53cd1390d4d91a0b;p=pandora-kernel.git ftrace: fix dynamic ftrace selftest With the adding of the configuration changes in the Makefile to prevent tracing of functions in the ftrace code, all tracing of all the ftrace code has been removed. Unfortunately, one of the selftests, relied on a function to be traced. With the new change, the function was no longer traced and the test failed. This patch separates out the test function into its own file so that we can add the "-pg" flag to the compilation of that function and the adding of the mcount call to that function. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed