summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorRajan Arora <rarora@redhat.com>2008-12-02 19:08:24 -0500
committerRajan Arora <rarora@redhat.com>2008-12-02 19:08:24 -0500
commit23e151ca1065f3003f53f4fb8e388f0989da887a (patch)
tree0999607e51ae1dc1ee098cc0a97739ded63f4df5 /stap.1.in
parenta42876234df99f8523ddb2b21025352f37231c39 (diff)
downloadsystemtap-steved-23e151ca1065f3003f53f4fb8e388f0989da887a.tar.gz
systemtap-steved-23e151ca1065f3003f53f4fb8e388f0989da887a.tar.xz
systemtap-steved-23e151ca1065f3003f53f4fb8e388f0989da887a.zip
Add man page entry for stap -B
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/stap.1.in b/stap.1.in
index 39594a15..6e9b82e9 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -134,6 +134,12 @@ Unoptimized mode. Disable unused code elision during elaboration.
.B \-w
Suppressed warnings mode. Disable warning messages for elided code in user script.
.TP
+.BI \-B " DIR"
+Build for a kernel tree in the given directory instead of currently
+running one. This will try to fetch release information for the build
+tree from include/config/kernel.release under the specified directory,
+failing which -B will be ignored.
+.TP
.BI \-b
Use bulk mode (percpu files) for kernel-to-user data transfer.
.TP