This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[QUESTION] About the behavior when MAXACTION is exceeded
- From: Zexuan Luo <spacewanderlzx at gmail dot com>
- To: systemtap at sourceware dot org
- Date: Tue, 22 Jan 2019 15:47:46 +0800
- Subject: [QUESTION] About the behavior when MAXACTION is exceeded
Hi, guys.
When MAXACTION is exceeded, the systemtap will exit. But as MAXACTION
is used to prevent a probe from running too much time, why not just
aborting the current probe instead of quitting the whole session?