summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/stap.1.in b/stap.1.in
index acfc64c3..db64748f 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -45,6 +45,15 @@ stap \- systemtap script translator/driver
[
.I ARGUMENTS
]
+.br
+.B stap
+[
+.I OPTIONS
+]
+.BI \-l " PROBE"
+[
+.I ARGUMENTS
+]
.SH DESCRIPTION
@@ -153,6 +162,11 @@ Start the probes, run CMD, and exit when CMD finishes.
.BI \-x " PID"
Sets target() to PID. This allows scripts to be written that filter on
a specific process.
+.TP
+.BI \-l " PROBE"
+Instead of running a probe script, just list all available probe
+points matching the given pattern. The pattern may include wildcards
+and aliases.
.SH ARGUMENTS