]> sourceware.org Git - systemtap.git/commitdiff
Mention task_finder2 work in NEWS.
authorDavid Smith <dsmith@redhat.com>
Thu, 5 Jan 2012 18:58:29 +0000 (12:58 -0600)
committerDavid Smith <dsmith@redhat.com>
Thu, 5 Jan 2012 18:58:29 +0000 (12:58 -0600)
NEWS

diff --git a/NEWS b/NEWS
index 7b8571f6bb659e26156c8b389c3c2520f5add376..58e4d6d3cef0c773da328f7030c9fcccc01ad9b7 100644 (file)
--- a/NEWS
+++ b/NEWS
     '_sunrpc.clnt.create_client.rpc_new_client_inline' probe has been
     deprecated in favor of the new internal-only '__args' variable.
 
+- Experimental support for recent kernels without utrace has been
+  added for the following probe types: 
+
+    process(PID).begin
+    process("PATH").begin
+    process.begin
+    process(PID).thread.begin
+    process("PATH").thread.begin
+    process.thread.begin
+    process(PID).end
+    process("PATH").end
+    process.end
+    process(PID).thread.end
+    process("PATH").thread.end
+    process.thread.end
+    process(PID).syscall
+    process("PATH").syscall
+    process.syscall
+    process(PID).syscall.return
+    process("PATH").syscall.return 
+    process.syscall.return
+
 * What's new in version 1.6, 2011-07-25
 
 - Security fixes for CVE-2011-2503: read instead of mmap to load modules,
This page took 0.032017 seconds and 5 git commands to generate.