summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2008-06-09 14:31:02 -0400
committerStan Cox <scox@redhat.com>2008-06-09 14:31:02 -0400
commit1bd128a3bfbd8943cc42e497d91a426d4312f515 (patch)
tree3bf38f020c02f10882553b81c13b7766a0b6563e /NEWS
parent14cdaa0b0196d5ce8e45beae9f82de73e0c4a28d (diff)
downloadsystemtap-steved-1bd128a3bfbd8943cc42e497d91a426d4312f515.tar.gz
systemtap-steved-1bd128a3bfbd8943cc42e497d91a426d4312f515.tar.xz
systemtap-steved-1bd128a3bfbd8943cc42e497d91a426d4312f515.zip
Add test and doc for kernel.statement relative line number.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca7d741f..e8ddb69c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
* What's new in version 0.7
+- .statement("func@file+line") probes are now supported to allow a
+ match relative to the entry of the function incremented by line
+ number. This allows using the same systemtap script if the rest
+ of the file.c source only changes slightly.
+
- Stack backtraces for x86 and x86-64 are generated by a dwarf
debuginfo-based unwinder based on the code from <jbeulich@novell.com>.
This should give more accurate backtraces.