summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/stap.1.in b/stap.1.in
index 1d9acadb..6ef39ba5 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -1132,7 +1132,14 @@ should use, default unlimited. The memory size includes the size of
the module itself, plus any additional allocations. This only tracks
direct allocations by the systemtap runtime. This does not track
indirect allocations (as done by kprobes/uprobes/etc. internals).
-
+.TP
+STP_PROCFS_BUFSIZE
+Size of procfs probe read buffers (in bytes). Defaults to
+.IR MAXSTRINGLEN .
+This value can be overridden on a per-procfs file basis using the
+procfs read probe
+.I .maxsize(MAXSIZE)
+parameter.
.PP
With scripts that contain probes on any interrupt path, it is possible that
those interrupts may occur in the middle of another probe handler. The probe