diff options
author | fche <fche> | 2006-11-26 23:28:15 +0000 |
---|---|---|
committer | fche <fche> | 2006-11-26 23:28:15 +0000 |
commit | c931ec8ab64f5b6667e28b0f64338643d4b9ed03 (patch) | |
tree | 80b739d8a696c6acc3ce26853ebc9c8de603c52f /stap.1.in | |
parent | cc7d24cd109128d558445507e508f5b43906ef16 (diff) | |
download | systemtap-steved-c931ec8ab64f5b6667e28b0f64338643d4b9ed03.tar.gz systemtap-steved-c931ec8ab64f5b6667e28b0f64338643d4b9ed03.tar.xz systemtap-steved-c931ec8ab64f5b6667e28b0f64338643d4b9ed03.zip |
2006-11-26 Frank Ch. Eigler <fche@redhat.com>
PRs 2685, 3596, toward 2725.
* tapsets.cxx (common_probe_entryfn_prologue): Skip probe on
insufficient stack.
(build_blacklist): Add a slew of lock-related calls.
(query_module): Check for debuginfo architecture match.
* translate.cxx (translate_pass): Add default MINSTACKSPACE.
* configure.ac: Link stap with -lebl too.
* configure: Regenerated.
* stap.1.in: Document MINSTACKSPACE parameter.
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -746,7 +746,7 @@ script is translated again assuming the same conditions exist (same kernel version, same systemtap version, etc.). Cached files are stored in the .I $SYSTEMTAP_DIR/cache -directory. +directory, which may be periodically cleaned/erased by the user. .SH SAFETY AND SECURITY Systemtap is an administrative tool. It exposes kernel internal data @@ -801,6 +801,11 @@ means that the first error will exit the script. .TP MAXSKIPPED Maximum number of skipped reentrant probes before an exit is triggered, default 100. +.TP +MINSTACKSPACE +Minimum number of free kernel stack bytes required in order to +run a probe handler, default 1024. This number should be large enough +for the probe handler's own needs, plus a safety margin. .PP In case something goes wrong with |