diff options
author | William Cohen <wcohen@redhat.com> | 2009-03-24 13:14:12 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-03-24 13:14:12 -0400 |
commit | 8e9d6257b102f40567b387fe45ab3d1474022f53 (patch) | |
tree | 3bfa9c1684551fe3451597893c0a0536165f0adb | |
parent | 7d6c591292084444ada2ecdecafe59c730865451 (diff) | |
download | systemtap-steved-8e9d6257b102f40567b387fe45ab3d1474022f53.tar.gz systemtap-steved-8e9d6257b102f40567b387fe45ab3d1474022f53.tar.xz systemtap-steved-8e9d6257b102f40567b387fe45ab3d1474022f53.zip |
Add NEWS entry for the manpages.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ * What's new +- Systemtap probes and function man pages extracted from the tapsets + are now available. To look at man page for systemtap vm.pagefault: + $ man 3stap vm.pagefault + - 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 |