From 23e8a0478089ec50f7515c201430dcf1c92864f1 Mon Sep 17 00:00:00 2001 From: Abegail Jakop Date: Tue, 17 Jun 2014 15:32:16 -0400 Subject: [PATCH] stap.1: note MAXACTION is treated conservatively --- man/stap.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/stap.1 b/man/stap.1 index 292dc5dff..c2ce04e66 100644 --- a/man/stap.1 +++ b/man/stap.1 @@ -1831,6 +1831,8 @@ MAXACTION Maximum number of statements to execute during any single probe hit (with interrupts disabled), default 1000. +Note that for straight-through probe handlers lacking loops or recursion, +due to optimization, this parameter may be interpreted too conservatively. .TP MAXACTION_INTERRUPTIBLE Maximum number of statements to execute during any single probe hit -- 2.43.5