From 9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Fri, 30 Jan 2009 18:54:06 -0500 Subject: PR6936: Add systemtap initscript and systemtap-initscript subpackage. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 47d4199b..25ebcccf 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ * What's new +- Systemtap initscript is available. This initscript allows you to run + systemtap scripts as system services (in flight recorder mode) and + control those scripts individually. + See README.initscript for details. + - The stap "-r DIR" option may be used to identify a hand-made kernel build directory. The tool determines the appropriate release string automatically from the directory. -- cgit From 592470cde0ceb84bbf409482927ba6554b536b95 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Mon, 2 Feb 2009 11:47:31 -0500 Subject: Add documentation for .label("label") --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 25ebcccf..81887a7f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ * What's new +- function("func").label("label") probes are now supported to allow matching + the label of a function. + - Systemtap initscript is available. This initscript allows you to run systemtap scripts as system services (in flight recorder mode) and control those scripts individually. @@ -10,7 +13,7 @@ automatically from the directory. - Serious problems associated with user-space probing in shared libraries - was corrected, making it now possible to experiment with probe shared + were corrected, making it now possible to experiment with probe shared libraries. Assuming dwarf debugging information is installed, use this twist on the normal syntax: -- cgit