]> sourceware.org Git - systemtap.git/commitdiff
Add nd_syscalls NEWS
authorJosh Stone <jistone@redhat.com>
Thu, 11 Jun 2009 00:40:19 +0000 (17:40 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 11 Jun 2009 00:44:09 +0000 (17:44 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 604cad706910dd04731396c1e3d72d5cc95f9922..6388cc9fbadaf4fdd4a6f4c13fff973c5aae3496 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 * What's new
 
+- Dwarfless syscalls: The nd_syscalls tapset is now available to probe
+  system calls without requiring kernel debugging information.  All of
+  the same probepoints in the normal syscalls tapset are available with
+  an "nd_" prefix, e.g. syscall.open becomes nd_syscall.open.  Most
+  syscall arguments are also available by name in nd_syscalls.
+
 - Module signing: If the appropriate nss libraries are available on your
   system, stap will sign each compiled module using a self-generated
   certificate.  This is the first step toward extending authority to
This page took 0.031013 seconds and 5 git commands to generate.