From 76d146ad87baab8ccf3c19cd460c8cf98fe5f9ee Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 4 Feb 2009 15:34:58 +0100 Subject: Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script. --- ChangeLog | 4 ++++ NEWS | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 358518a2..8258c422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-04 Mark Wielaard + + * NEWS: process().mark(), sys/sdt.h and dtrace compatibility script. + 2009-02-04 Mark Wielaard * NEWS: Mention run-stap. diff --git a/NEWS b/NEWS index c742a999..88e162ef 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit