From: Steven Rostedt Date: Tue, 17 Feb 2009 18:12:12 +0000 (-0500) Subject: ftrace: show unlimited when traceon or traceoff has no counter X-Git-Tag: v2.6.30-rc1~2^2~98^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ebf1caa4854ad5ba25f3a72967acc064147994;p=pandora-kernel.git ftrace: show unlimited when traceon or traceoff has no counter Impact: clean up The traceon and traceoff function probes are confusing to developers to what happens when a counter is not specified. This should help clear things up. # echo "*:traceoff" > set_ftrace_filter # cat /debug/tracing/set_ftrace_filter #### all functions enabled #### do_fork:traceoff:unlimited Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed