diff options
author | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-04-10 21:29:51 -0400 |
---|---|---|
committer | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-04-10 21:29:51 -0400 |
commit | d58c66bfef5cfa7267ced03db11928fd5c78ba9c (patch) | |
tree | 8c7065afbd175ab315f391318a6dd7f9bb229fb9 /stapex.5.in | |
parent | f317d3a33bdf4962b0655861e4552b5fec0f0a37 (diff) | |
parent | ec5d7273b73c56dacb4ac9b167186ff1ea964e63 (diff) | |
download | systemtap-steved-d58c66bfef5cfa7267ced03db11928fd5c78ba9c.tar.gz systemtap-steved-d58c66bfef5cfa7267ced03db11928fd5c78ba9c.tar.xz systemtap-steved-d58c66bfef5cfa7267ced03db11928fd5c78ba9c.zip |
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
Diffstat (limited to 'stapex.5.in')
-rw-r--r-- | stapex.5.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stapex.5.in b/stapex.5.in index 86e1c87b..2c9ecb60 100644 --- a/stapex.5.in +++ b/stapex.5.in @@ -101,11 +101,9 @@ probe kernel.function("sys_mkdir") { println ("enter") } probe kernel.function("sys_mkdir").return { println ("exit") } .ESAMPLE -To list the probeable functions in the kernel, use the last-pass -option to the translator. That output needs to be filtered because -each inlined function instance is listed separately. +To list the probeable functions in the kernel, use the listings mode. .SAMPLE -% stap \-p2 \-e \[aq]probe kernel.function("*") {}\[aq] | sort | uniq +% stap \-l \[aq]kernel.function("*")\[aq] .ESAMPLE .SH SEE ALSO |