diff options
author | Stan Cox <scox@redhat.com> | 2009-03-20 16:36:25 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2009-03-20 16:39:25 -0400 |
commit | 5fd5bcfa7af0b19c74ef23c872fa9894990ec641 (patch) | |
tree | 38f233b452626ed77dcd5f0c448c0019708a8e65 /stap.1.in | |
parent | 422735b3ec857e812097566e28950aa3313892b4 (diff) | |
parent | 9c73606142525f521a44c4907832b2d1e1f3c659 (diff) | |
download | systemtap-steved-5fd5bcfa7af0b19c74ef23c872fa9894990ec641.tar.gz systemtap-steved-5fd5bcfa7af0b19c74ef23c872fa9894990ec641.tar.xz systemtap-steved-5fd5bcfa7af0b19c74ef23c872fa9894990ec641.zip |
Define static user probe point using asm instead of c.
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1056,7 +1056,8 @@ means that the first error will exit the script. MAXSKIPPED Maximum number of skipped probes before an exit is triggered, default 100. Running systemtap with \-t (timing) mode gives more details about skipped -probes. +probes. With the default \-DINTERRUPTIBLE=1 setting, probes skipped due to +reentrancy are not accumulated against this limit. .TP MINSTACKSPACE Minimum number of free kernel stack bytes required in order to |