summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-10-06 18:59:50 +0000
committerfche <fche>2005-10-06 18:59:50 +0000
commitf12b25521d41eacf1af8ce216fa2b39d81b54208 (patch)
tree55be6efd77c4afa0c61619a03a558a3c80750bb3 /translate.cxx
parent33f88a80b716a37e6ef7b474622457906cc1f4f0 (diff)
downloadsystemtap-steved-f12b25521d41eacf1af8ce216fa2b39d81b54208.tar.gz
systemtap-steved-f12b25521d41eacf1af8ce216fa2b39d81b54208.tar.xz
systemtap-steved-f12b25521d41eacf1af8ce216fa2b39d81b54208.zip
2005-10-06 Frank Ch. Eigler <fche@elastic.org>
* stap.1.in: Document -b/-s options. * main.cxx (usage): Clarify -b/-s blurbs. * translator.cxx (translate_pass): Handle bulk_mode here instead.
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/translate.cxx b/translate.cxx
index 981d71df..276382e5 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -2462,6 +2462,9 @@ translate_pass (systemtap_session& s)
s.op->newline() << "#define STP_STRING_SIZE MAXSTRINGLEN";
s.op->newline() << "#define STP_NUM_STRINGS 1";
+ if (s.bulk_mode)
+ s.op->newline() << "#define STP_RELAYFS";
+
s.op->newline() << "#if TEST_MODE";
s.op->newline() << "#include \"runtime.h\"";
s.op->newline() << "#else";