diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-11-18 07:07:08 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-11-18 07:07:08 -0500 |
commit | 5c4dcbfb5790b81cb8b86458113c2dc96b1cfdfc (patch) | |
tree | b4b08d7d18fe865c6ea42cb6ae9f5318314377d8 | |
parent | f28a8c28ce2ceed97bc4f4a19ffe8880bceb0682 (diff) | |
download | systemtap-steved-5c4dcbfb5790b81cb8b86458113c2dc96b1cfdfc.tar.gz systemtap-steved-5c4dcbfb5790b81cb8b86458113c2dc96b1cfdfc.tar.xz systemtap-steved-5c4dcbfb5790b81cb8b86458113c2dc96b1cfdfc.zip |
note possible effects of interruptible probe handlers
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ * What's new +- Most probe handlers now run with interrupts enabled, for improved + system responsiveness and less probing overhead. This may result + in more skipped probes, for example if a reentrant probe handler + is attempted from within an interrupt handler. * What's new in version 0.8 |