git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d8b8b
)
ftrace: show unlimited when traceon or traceoff has no counter
author
Steven Rostedt
<srostedt@redhat.com>
Tue, 17 Feb 2009 18:12:12 +0000
(13:12 -0500)
committer
Steven Rostedt
<srostedt@redhat.com>
Tue, 17 Feb 2009 18:12:12 +0000
(13:12 -0500)
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>
No differences found