]> sourceware.org Git - systemtap.git/commitdiff
NEWS update for coloring and function suggestion
authorJonathan Lebon <jlebon@redhat.com>
Wed, 24 Jul 2013 15:07:04 +0000 (11:07 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Wed, 24 Jul 2013 15:27:53 +0000 (11:27 -0400)
NEWS

diff --git a/NEWS b/NEWS
index ff9c23e470fb2540a767bd4cd6390f9540f424cc..6551f57dd42eae7edeeeaa00f2766e915b6df64e 100644 (file)
--- a/NEWS
+++ b/NEWS
 - A new guru-mode-only tapset function raise() is available to send signals
   to the current task.
 
+- Alternative functions are now suggested when function probes could not be
+  resolved. For example, kernel.function("vfs_reads") will suggest vfs_read.
+  Other probes for which suggestions are made are module.function,
+  process.function, and process.library.function.
+
+- Has life been a bit bland lately? Want to spice things up? Why not write a
+  few faulty probes and feast your eyes upon the myriad of colours adorning
+  your terminal as SystemTap softly whispers in your ear... 'parse error'.
+  Search for '--color' in 'man stap' for more info.
+
 - The following tapset functions are deprecated in release 2.3:
   'stap_NFS_CLIENT', '__getfh_inode', '_success_check',
   '_sock_prot_num', '_sock_fam_num', '_sock_state_num',
This page took 0.083765 seconds and 5 git commands to generate.