diff options
author | William Cohen <wcohen@redhat.com> | 2008-11-18 23:17:30 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-11-18 23:17:30 -0500 |
commit | a3ea7334517f241e50fd5b72c907707941524510 (patch) | |
tree | 37df23e0b2a190bac4b13da982497af13d15cdf5 /NEWS | |
parent | d0dca8f4c797a6c41d45147b3fe7a359e98179ef (diff) | |
parent | 8590d03dfe106ec860fd1cdbe28d394d61b6a791 (diff) | |
download | systemtap-steved-a3ea7334517f241e50fd5b72c907707941524510.tar.gz systemtap-steved-a3ea7334517f241e50fd5b72c907707941524510.tar.xz systemtap-steved-a3ea7334517f241e50fd5b72c907707941524510.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ * What's new +- Per-pass verbosity control is available with the new "--vp {N}+" option. + "stap --vp 040" adds 4 units of -v verbosity only to pass 2. + - Most probe handlers now run with interrupts enabled, for improved system responsiveness and less probing overhead. This may result in more skipped probes, for example if a reentrant probe handler |