From 745250945beabc4507aaeec9e2af50ce3690dda8 Mon Sep 17 00:00:00 2001 From: fche Date: Sun, 18 Feb 2007 16:03:08 +0000 Subject: mention printk --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d5cfa401..aa7feef4 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,12 @@ no longer default. A new configure flag (--enable-prologues) restores it as a default setting, and is appropriate for older compilers (gcc 3.*). +- Each systemtap module prints a one-line message to the kernel informational + log when it starts. This line identifies the translator version, base + address of the probe module, a broken-down memory consumption estimate, and + the total number of probes. This is meant as a debugging / auditing aid. + + * What's new since version 0.5.10? - Offline processing of debugging information, enabling general -- cgit