diff options
author | Stan Cox <scox@redhat.com> | 2009-02-02 11:47:31 -0500 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2009-02-02 11:47:31 -0500 |
commit | 592470cde0ceb84bbf409482927ba6554b536b95 (patch) | |
tree | 42e9f41335f28c9858fc8db4a858ba52914f1a53 /NEWS | |
parent | 492d227f2caa558c4fdcd4e7aae65cf32b4549cc (diff) | |
download | systemtap-steved-592470cde0ceb84bbf409482927ba6554b536b95.tar.gz systemtap-steved-592470cde0ceb84bbf409482927ba6554b536b95.tar.xz systemtap-steved-592470cde0ceb84bbf409482927ba6554b536b95.zip |
Add documentation for .label("label")
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: |