From: Steven Rostedt Date: Tue, 17 Feb 2009 04:38:13 +0000 (-0500) Subject: ftrace: add pretty print function for traceon and traceoff hooks X-Git-Tag: v2.6.30-rc1~2^2~103^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e110e3d1eaa0f9628918be67ddd32e8ad65a2871;p=pandora-kernel.git ftrace: add pretty print function for traceon and traceoff hooks This patch adds a pretty print version of traceon and traceoff output for set_ftrace_filter. # echo 'sys_open:traceon:4' > set_ftrace_filter # cat set_ftrace_filter #### all functions enabled #### sys_open:traceon:count=4 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed