diff options
author | fche <fche> | 2005-10-06 18:59:50 +0000 |
---|---|---|
committer | fche <fche> | 2005-10-06 18:59:50 +0000 |
commit | f12b25521d41eacf1af8ce216fa2b39d81b54208 (patch) | |
tree | 55be6efd77c4afa0c61619a03a558a3c80750bb3 /stap.1.in | |
parent | 33f88a80b716a37e6ef7b474622457906cc1f4f0 (diff) | |
download | systemtap-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 'stap.1.in')
-rw-r--r-- | stap.1.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -90,6 +90,13 @@ kernel object. Guru mode. Enables parsing of unsafe expert-level constructs like embedded C. .TP +.BI \-b +Use relayfs-based bulk mode for kernel-to-user data transfer. +.TP +.BI \-s NUM +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 |