summaryrefslogtreecommitdiffstats
path: root/stap.1.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 /stap.1.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 'stap.1.in')
-rw-r--r--stap.1.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/stap.1.in b/stap.1.in
index d787a015..22336cd5 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -54,6 +54,15 @@ stap \- systemtap script translator/driver
[
.I ARGUMENTS
]
+.br
+.B stap
+[
+.I OPTIONS
+]
+.BI \-L " PROBE"
+[
+.I ARGUMENTS
+]
.SH DESCRIPTION
@@ -173,6 +182,9 @@ Instead of running a probe script, just list all available probe
points matching the given pattern. The pattern may include wildcards
and aliases.
.TP
+.BI \-L " PROBE"
+Similar to "-l", but list probe points and local variables.
+.TP
.B \-\-kelf
For names and addresses of functions to probe,
consult the symbol tables in the kernel and modules.