From 1bd128a3bfbd8943cc42e497d91a426d4312f515 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Mon, 9 Jun 2008 14:31:02 -0400 Subject: Add test and doc for kernel.statement relative line number. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 . This should give more accurate backtraces. -- cgit