summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-22 18:44:21 -0700
committerJosh Stone <jistone@redhat.com>2009-09-22 18:44:21 -0700
commit23c0a2b3062ca6ac3e6dca485a40e5ebc29e9956 (patch)
treed56ffe7d08effa27cdc839ca72a59bcec33c0cbb /NEWS
parentbb2b3e3bad6f93d878edd5d922f4db5d511ee2a5 (diff)
downloadsystemtap-steved-23c0a2b3062ca6ac3e6dca485a40e5ebc29e9956.tar.gz
systemtap-steved-23c0a2b3062ca6ac3e6dca485a40e5ebc29e9956.tar.xz
systemtap-steved-23c0a2b3062ca6ac3e6dca485a40e5ebc29e9956.zip
Add NEWS for the sdt semaphores
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 751f4cc5..2bbc99f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
* What's new
+- process().mark() probes now use an enabling semaphore to reduce the
+ computation overhead of dormant probes.
+
- The function spec for dwarf probes now supports C++ scopes, so you can
limit the probes to specific namespaces or classes. Multiple scopes
can be specified, and they will be matched progressively outward.