summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-01-23 10:44:00 -0500
committerFrank Ch. Eigler <fche@elastic.org>2009-01-23 10:44:00 -0500
commit453edad1c78bf6f5691ccdef0a31a7fd297a2fdf (patch)
tree68081ffdcf83bdeef66d6e17853894560a1b90aa /NEWS
parente39c538eccaf2cb741e74ca1dee07caf5b2fb922 (diff)
downloadsystemtap-steved-453edad1c78bf6f5691ccdef0a31a7fd297a2fdf.tar.gz
systemtap-steved-453edad1c78bf6f5691ccdef0a31a7fd297a2fdf.tar.xz
systemtap-steved-453edad1c78bf6f5691ccdef0a31a7fd297a2fdf.zip
PR9768: hint at bug fix in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4c9c68fa..47d4199b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@
build directory. The tool determines the appropriate release string
automatically from the directory.
-- A serious problem associated with user-space probing in shared libraries
+- Serious problems associated with user-space probing in shared libraries
was corrected, making it now possible to experiment with probe shared
libraries. Assuming dwarf debugging information is installed, use this
twist on the normal syntax:
@@ -13,7 +13,7 @@
This would probe all threads that call into that library. Running
"stap -c CMD" or "stap -x PID" naturally restricts this to the target
- command+descendants only.
+ command+descendants only. $$vars etc. may be used.
- For scripts that sometimes terminate with excessive "skipped" probes,
rerunning the script with "-t" (timing) will print more details about