From: Jonathan Lebon Date: Wed, 24 Jul 2013 15:07:04 +0000 (-0400) Subject: NEWS update for coloring and function suggestion X-Git-Tag: release-2.3~35 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8d609ccdbfedd7c7be1c3f10574a1941cf6dd701;p=systemtap.git NEWS update for coloring and function suggestion --- diff --git a/NEWS b/NEWS index ff9c23e47..6551f57dd 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,16 @@ - 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',