diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-02-04 15:34:58 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-02-04 15:34:58 +0100 |
commit | 76d146ad87baab8ccf3c19cd460c8cf98fe5f9ee (patch) | |
tree | dc1f3bc4f339d0b358fd0c9a8c6d511d670157e7 | |
parent | 62c977f56244d133a4723f29345f31f512931c3b (diff) | |
download | systemtap-steved-76d146ad87baab8ccf3c19cd460c8cf98fe5f9ee.tar.gz systemtap-steved-76d146ad87baab8ccf3c19cd460c8cf98fe5f9ee.tar.xz systemtap-steved-76d146ad87baab8ccf3c19cd460c8cf98fe5f9ee.zip |
Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-02-04 Mark Wielaard <mjw@redhat.com> + * NEWS: process().mark(), sys/sdt.h and dtrace compatibility script. + +2009-02-04 Mark Wielaard <mjw@redhat.com> + * NEWS: Mention run-stap. 2009-02-04 Mark Wielaard <mjw@redhat.com> @@ -1,5 +1,12 @@ * What's new +- process().mark() probes are now possible to trace static user space + markers put in programs with the STAP_PROBE macro using the new + sys/sdt.h include file. This also provides dtrace compatible markers + through DTRACE_PROBE and an associated python 'dtrace' script that + can be used in builds based on dtrace that need dtrace -h or -G + functionality. + - For those that really want to run stap from the build tree there is now the 'run-stap' script in the top-level build directory that sets up the SYSTEMTAP_TAPSET, SYSTEMTAP_RUNTIME, SYSTEMTAP_STAPRUN, and |