]> sourceware.org Git - systemtap.git/commitdiff
NEWS: Document mark/trace list mode, interrupt reentrancy, reentrancy debug.
authorMark Wielaard <mjw@redhat.com>
Wed, 25 Mar 2009 13:09:02 +0000 (14:09 +0100)
committerMark Wielaard <mjw@redhat.com>
Wed, 25 Mar 2009 13:09:02 +0000 (14:09 +0100)
NEWS

diff --git a/NEWS b/NEWS
index d10c2cc317800d70109f9096ca665eb2035fa93c..4dae77d7121e396d8956cfa474d21fb83f59f599 100644 (file)
--- a/NEWS
+++ b/NEWS
   This replaces any dwarf $variable expressions that could not be resolved
   with literal numeric zeros, along with a warning message.
 
+- Both kernel markers and kernel tracepoint support argument listing
+  through stap -L 'kernel.mark("*")' or stap -L 'kernel.trace("*")'
+
+- Users can use -DINTERRUPTIBLE=0 to prevent interrupt reentrancy in
+  their script, at the cost of a bit more overhead to toggle the
+  interrupt mask.
+
+- Added reentrancy debugging. If stap is run with the arguments
+  "-t -DDEBUG_REENTRANCY", additional warnings will be printed for
+  every reentrancy event, including the probe points of the
+  resident and interloper probes.
+
 * What's new in version 0.9
 
 - Typecasting is now supported using the @cast operator.  A script can
This page took 0.031184 seconds and 5 git commands to generate.