From: Li Zefan Date: Wed, 10 Feb 2010 07:43:04 +0000 (+0800) Subject: ftrace: Allow to remove a single function from function graph filter X-Git-Tag: v2.6.34-rc1~263^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c6b1fe9f942c1a30585ec2210a09dfff238506;p=pandora-kernel.git ftrace: Allow to remove a single function from function graph filter I don't see why we can only clear all functions from the filter. After patching: # echo sys_open > set_graph_function # echo sys_close >> set_graph_function # cat set_graph_function sys_open sys_close # echo '!sys_close' >> set_graph_function # cat set_graph_function sys_open Signed-off-by: Li Zefan LKML-Reference: <4B726388.2000408@cn.fujitsu.com> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed