]> sourceware.org Git - systemtap.git/commitdiff
Add a tracepoint NEWS blurb
authorJosh Stone <jistone@redhat.com>
Sat, 21 Mar 2009 00:49:32 +0000 (17:49 -0700)
committerJosh Stone <jistone@redhat.com>
Sat, 21 Mar 2009 00:49:32 +0000 (17:49 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 4a65bacb208b6e1522d66846f67c5222f35515d1..7ae93675ce66b02949e6ee133a5859711abca9bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 * What's new
 
+- Kernel tracepoints are now supported for probing predefined kernel
+  events without any debuginfo.  Tracepoints incur less overhead than
+  kprobes, and context parameters are available with full type
+  information.  Any kernel 2.6.28 and later should have defined
+  tracepoints.  Try the following to see what's available:
+    $ stap -L 'kernel.trace("*")'
+
 - Typecasting with @cast now supports modules search paths, which is
   useful in case there are multiple places where the type definition
   may be found.  For example:
This page took 0.029649 seconds and 5 git commands to generate.