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:
809dcf2
)
ftrace: add pretty print function for traceon and traceoff hooks
author
Steven Rostedt
<srostedt@redhat.com>
Tue, 17 Feb 2009 04:38:13 +0000
(23:38 -0500)
committer
Steven Rostedt
<srostedt@redhat.com>
Tue, 17 Feb 2009 04:38:13 +0000
(23:38 -0500)
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 <srostedt@redhat.com>
No differences found