From: Steven Rostedt Date: Sat, 15 Nov 2008 21:31:41 +0000 (-0500) Subject: ftrace: fix dyn ftrace filter X-Git-Tag: v2.6.29-rc1~586^2~56^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982c350b9ec4b3564d67f3627a274ae61bbc7e95;p=pandora-kernel.git ftrace: fix dyn ftrace filter Impact: correct implementation of dyn ftrace filter The old decisions made by the filter algorithm was complex and incorrect. This lead to inconsistent enabling or disabling of functions when the filter was used. This patch simplifies that code and in doing so, corrects the usage of the filters. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed