summaryrefslogtreecommitdiffstats
path: root/stapex.5.in
diff options
context:
space:
mode:
authorWenji Huang <wenji.huang@oracle.com>2008-09-05 01:08:42 -0400
committerWenji Huang <wenji.huang@oracle.com>2008-09-05 01:08:42 -0400
commitd4e35ac85af99905bdb1c88f7750d917d7dc3473 (patch)
tree5752653a3ed80283b15a24c8c1aeae6aae7ad133 /stapex.5.in
parent05ec91b49d163869a7470c8152c01ed03c16f0fb (diff)
downloadsystemtap-steved-d4e35ac85af99905bdb1c88f7750d917d7dc3473.tar.gz
systemtap-steved-d4e35ac85af99905bdb1c88f7750d917d7dc3473.tar.xz
systemtap-steved-d4e35ac85af99905bdb1c88f7750d917d7dc3473.zip
PR6731: Updated listing mode through adding -L option.
Diffstat (limited to 'stapex.5.in')
-rw-r--r--stapex.5.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/stapex.5.in b/stapex.5.in
index e6763267..38f30f62 100644
--- a/stapex.5.in
+++ b/stapex.5.in
@@ -106,6 +106,11 @@ To list the probeable functions in the kernel, use the listings mode.
% stap \-l \[aq]kernel.function("*")\[aq]
.ESAMPLE
+To list the probeable functions and local variables in the kernel, use another listings mode.
+.SAMPLE
+% stap \-L \[aq]kernel.function("*")\[aq]
+.ESAMPLE
+
.SH MORE EXAMPLES
Larger examples, demos and samples can be found in