diff options
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |