summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-22 18:13:54 -0700
committerJosh Stone <jistone@redhat.com>2009-09-22 18:13:54 -0700
commitbb2b3e3bad6f93d878edd5d922f4db5d511ee2a5 (patch)
tree678310c3dad1a59cd070cf537e86564ab6089298 /NEWS
parent4b2cdd06d5ddbbd1cd76b1f60279b5a7e5b53774 (diff)
downloadsystemtap-steved-bb2b3e3bad6f93d878edd5d922f4db5d511ee2a5.tar.gz
systemtap-steved-bb2b3e3bad6f93d878edd5d922f4db5d511ee2a5.tar.xz
systemtap-steved-bb2b3e3bad6f93d878edd5d922f4db5d511ee2a5.zip
Add NEWS for C++ scopes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f53e154b..751f4cc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
* What's new
+- 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.
+ probe process("foo").function("std::vector<*>::*") { }
+ probe process("foo").function("::global_function") { }
+
- It is now possible to cross-compile systemtap scripts for foreign
architectures, using the new '-a ARCH' and '-B OPT=VALUE' flags.
For example, put arm-linux-gcc etc. into your $PATH, and point