From: Steven Rostedt Date: Mon, 2 May 2011 16:29:25 +0000 (-0400) Subject: ftrace: Create a global_ops to hold the filter and notrace hashes X-Git-Tag: v3.0-rc1~404^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f45948e898e7bc76a73a468796d2ce80dd040058;p=pandora-kernel.git ftrace: Create a global_ops to hold the filter and notrace hashes Combine the filter and notrace hashes to be accessed by a single entity, the global_ops. The global_ops is a ftrace_ops structure that is passed to different functions that can read or modify the filtering of the function tracer. The ftrace_ops structure was modified to hold a filter and notrace hashes so that later patches may allow each ftrace_ops to have its own set of rules to what functions may be filtered. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed