From: Steven Rostedt Date: Sat, 30 Apr 2011 00:59:51 +0000 (-0400) Subject: ftrace: Use hash instead for FTRACE_FL_FILTER X-Git-Tag: v3.0-rc1~404^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf41dd79993389b012e4542ab502ce36ae7343f;p=pandora-kernel.git ftrace: Use hash instead for FTRACE_FL_FILTER When multiple users are allowed to have their own set of functions to trace, having the FTRACE_FL_FILTER flag will not be enough to handle the accounting of those users. Each user will need their own set of functions. Replace the FTRACE_FL_FILTER with a filter_hash instead. This is temporary until the rest of the function filtering accounting gets in. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed