commit | 35ebf1caa4854ad5ba25f3a72967acc064147994 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Feb 17 13:12:12 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Tue Feb 17 13:12:12 2009 -0500 |
tree | 6adc0e7db8cb16d18f3683bf729cf8261af93b1f | |
parent | 73d8b8bc4f24a97a406d09c8268ac019f4ac661e [diff] |
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 <srostedt@redhat.com>