diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-02 14:22:56 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-02 14:22:56 -0500 |
commit | 0d65057a8a8b418568a18eb394d3e57f5a8051a5 (patch) | |
tree | 164de98691d1d6f37ee7e28579b4b7a23c70f0c5 /NEWS | |
parent | 1bf72dfea404434f954214298367817d5c591903 (diff) | |
parent | 592470cde0ceb84bbf409482927ba6554b536b95 (diff) | |
download | systemtap-steved-0d65057a8a8b418568a18eb394d3e57f5a8051a5.tar.gz systemtap-steved-0d65057a8a8b418568a18eb394d3e57f5a8051a5.tar.xz systemtap-steved-0d65057a8a8b418568a18eb394d3e57f5a8051a5.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ * What's new +- function("func").label("label") probes are now supported to allow matching + the label of a function. + - Systemtap initscript is available. This initscript allows you to run systemtap scripts as system services (in flight recorder mode) and control those scripts individually. @@ -10,7 +13,7 @@ automatically from the directory. - Serious problems associated with user-space probing in shared libraries - was corrected, making it now possible to experiment with probe shared + were corrected, making it now possible to experiment with probe shared libraries. Assuming dwarf debugging information is installed, use this twist on the normal syntax: |