From: Steven Rostedt (Red Hat) Date: Fri, 2 May 2014 03:05:31 +0000 (-0400) Subject: ftrace: Have function graph tracer use global_ops for filtering X-Git-Tag: omap-for-v3.16/fixes-against-rc1~80^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd06a54990e94c7f40ca21cf82b9c83106ccb94b;p=pandora-kernel.git ftrace: Have function graph tracer use global_ops for filtering Commit 4104d326b670 "ftrace: Remove global function list and call function directly" cleaned up the global_ops filtering and made the code simpler. But it left out function graph filtering which also depended on that code. The function graph filtering still needs to use global_ops as the filter otherwise it wont filter at all. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed