From: Steven Rostedt Date: Wed, 4 May 2011 13:27:52 +0000 (-0400) Subject: ftrace: Implement separate user function filtering X-Git-Tag: v3.0-rc1~404^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b848914ce39589d89ee0078a6d1ef452b464729e;p=pandora-kernel.git ftrace: Implement separate user function filtering ftrace_ops that are registered to trace functions can now be agnostic to each other in respect to what functions they trace. Each ops has their own hash of the functions they want to trace and a hash to what they do not want to trace. A empty hash for the functions they want to trace denotes all functions should be traced that are not in the notrace hash. Cc: Paul E. McKenney Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed