summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorfche <fche>2007-02-09 13:45:49 +0000
committerfche <fche>2007-02-09 13:45:49 +0000
commit44f753868fd81e3b5c614acc3a4898d5c812a610 (patch)
tree459dbe716908765a6d0c36fcb71812d7a30eb2d1 /stap.1.in
parent7d678473f851dadc2f5a4f6fe1a0bc7635750585 (diff)
downloadsystemtap-steved-44f753868fd81e3b5c614acc3a4898d5c812a610.tar.gz
systemtap-steved-44f753868fd81e3b5c614acc3a4898d5c812a610.tar.xz
systemtap-steved-44f753868fd81e3b5c614acc3a4898d5c812a610.zip
2007-02-09 Frank Ch. Eigler <fche@elastic.org>
PR 3965 * configure.ac: Add --enable-prologue option. * configure, config.in: Regenerated. * session.h (prologue_searching): New field. * main.cxx (main): Parse new "-P" option. Initialize based on autoconf flag. * stap.1.in, NEWS: Document it. * hash.cxx (find_hash): Include it in computation. * tapsets.cxx (query_func_info, query_cu): Respect it. 2007-02-09 Frank Ch. Eigler <fche@elastic.org> * systemtap.base/prologue.*: New test case.
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/stap.1.in b/stap.1.in
index 13fcc550..10df892d 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -97,6 +97,10 @@ kernel object.
Guru mode. Enable parsing of unsafe expert-level constructs like
embedded C.
.TP
+.B \-P
+Prologue-searching mode. Enable parsing of unsafe expert-level constructs like
+embedded C.
+.TP
.B \-u
Unoptimized mode. Disable unused code elision during elaboration.
.TP