From: Abhishek Sagar Date: Sat, 14 Jun 2008 06:29:39 +0000 (+0530) Subject: ftrace: fix "notrace" filtering priority X-Git-Tag: v2.6.27-rc1~1102^2^2~3^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4500b84c51645bbc86be3ca84f2252b7ada060f;p=pandora-kernel.git ftrace: fix "notrace" filtering priority This is a fix to give notrace filter rules priority over "set_ftrace_filter" rules. This fix ensures that functions which are set to be filtered and are concurrently marked as "notrace" don't get recorded. As of now, if a record is marked as FTRACE_FL_FILTER and is enabled, then the notrace flag is not checked. Tested on x86-32. Signed-off-by: Abhishek Sagar Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed