diff options
author | fche <fche> | 2007-02-18 16:03:08 +0000 |
---|---|---|
committer | fche <fche> | 2007-02-18 16:03:08 +0000 |
commit | 745250945beabc4507aaeec9e2af50ce3690dda8 (patch) | |
tree | 017b3766c8a40a5be2eab53b7bd77cb141eefc8d | |
parent | 133467ef6474702648f60d6c251f80b687527735 (diff) | |
download | systemtap-steved-745250945beabc4507aaeec9e2af50ce3690dda8.tar.gz systemtap-steved-745250945beabc4507aaeec9e2af50ce3690dda8.tar.xz systemtap-steved-745250945beabc4507aaeec9e2af50ce3690dda8.zip |
mention printk
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |