From: Steven Rostedt Date: Fri, 29 Apr 2011 19:12:32 +0000 (-0400) Subject: ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions X-Git-Tag: v3.0-rc1~404^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b448c4e3ae6d20108dba1d7833f2c0d3dbad87ce;p=pandora-kernel.git ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions To prepare for the accounting system that will allow multiple users of the function tracer, having the FTRACE_FL_NOTRACE as a flag in the dyn_trace record does not make sense. All ftrace_ops will soon have a hash of functions they should trace and not trace. By making a global hash of functions not to trace makes this easier for the transition. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed