summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/stap.1.in b/stap.1.in
index 02d6032f..787f8692 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -800,9 +800,15 @@ Maximum number of iterations to wait for locks on global variables
before declaring possible deadlock and skipping the probe, default 1000.
.TP
MAXACTION
-Maximum number of statements to execute during any single probe hit,
+Maximum number of statements to execute during any single probe hit
+(with interrupts disabled),
default 1000.
.TP
+MAXACTION_INTERRUPTIBLE
+Maximum number of statements to execute during any single probe hit
+which is executed with interrupts enabled (such as begin/end probes),
+default (MAXACTION * 10).
+.TP
MAXMAPENTRIES
Maximum number of rows in any single global array, default 2048.
.TP