summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-11-18 16:48:57 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-11-18 16:48:57 -0500
commite0b4e89dd8d4ef6e0ebbef60e71dfd92a26e66d0 (patch)
tree0c7ce49143e6f243fbb6d55186bd4e3dac244c4d /stap.1.in
parent5c4dcbfb5790b81cb8b86458113c2dc96b1cfdfc (diff)
downloadsystemtap-steved-e0b4e89dd8d4ef6e0ebbef60e71dfd92a26e66d0.tar.gz
systemtap-steved-e0b4e89dd8d4ef6e0ebbef60e71dfd92a26e66d0.tar.xz
systemtap-steved-e0b4e89dd8d4ef6e0ebbef60e71dfd92a26e66d0.zip
PR6925: --vp (per-pass verbosity) option
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in27
1 files changed, 15 insertions, 12 deletions
diff --git a/stap.1.in b/stap.1.in
index cc414418..af6ce381 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -93,12 +93,6 @@ This manual corresponds to version @VERSION@.
.SH OPTIONS
The systemtap translator supports the following options. Any other option
prints a list of supported options.
-.\" undocumented for now:
-.\" \-t test mode
-.TP
-.B \-v
-Increase verbosity. Produce a larger volume of informative (?) output
-each time option repeated.
.TP
.B \-h
Show help message.
@@ -106,6 +100,21 @@ Show help message.
.B \-V
Show version message.
.TP
+.BI \-p " NUM"
+Stop after pass NUM. The passes are numbered 1-5: parse, elaborate,
+translate, compile, run. See the
+.B PROCESSING
+section for details.
+.TP
+.B \-v
+Increase verbosity for all passes. Produce a larger volume of
+informative (?) output each time option repeated.
+.TP
+.B \-\-vp ABCDE
+Increase verbosity on a per-pass basis. For example, "\-\-vp\ 002"
+adds 2 units of verbosity to pass 3 only. The combination "\-v\ \-\-vp\ 00004"
+adds 1 unit of verbosity for all passes, and 4 more for pass 5.
+.TP
.B \-k
Keep the temporary directory after all processing. This may be useful
in order to examine the generated C code, or to reuse the compiled
@@ -136,12 +145,6 @@ and average amount of time spent in each probe.
Use NUM megabyte buffers for kernel-to-user data transfer. On a
multiprocessor in bulk mode, this is a per-processor amount.
.TP
-.BI \-p " NUM"
-Stop after pass NUM. The passes are numbered 1-5: parse, elaborate,
-translate, compile, run. See the
-.B PROCESSING
-section for details.
-.TP
.BI \-I " DIR"
Add the given directory to the tapset search directory. See the
description of pass 2 for details.