diff options
author | David Smith <dsmith@redhat.com> | 2008-04-10 15:04:25 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2008-04-11 09:40:30 -0500 |
commit | 73b011b5be8500ba90309cbeab7a1c43f83c235e (patch) | |
tree | 94da246046e93008494e32571fc48b7252622a5b /stapex.5.in | |
parent | 6d05e34f799ac14ccd7f0adab39986b8b6d89939 (diff) | |
parent | ec5d7273b73c56dacb4ac9b167186ff1ea964e63 (diff) | |
download | systemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.tar.gz systemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.tar.xz systemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.zip |
Merge branch 'master' into work
Conflicts:
ChangeLog
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 |