diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-01-23 10:44:00 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-01-23 10:44:00 -0500 |
commit | 453edad1c78bf6f5691ccdef0a31a7fd297a2fdf (patch) | |
tree | 68081ffdcf83bdeef66d6e17853894560a1b90aa | |
parent | e39c538eccaf2cb741e74ca1dee07caf5b2fb922 (diff) | |
download | systemtap-steved-453edad1c78bf6f5691ccdef0a31a7fd297a2fdf.tar.gz systemtap-steved-453edad1c78bf6f5691ccdef0a31a7fd297a2fdf.tar.xz systemtap-steved-453edad1c78bf6f5691ccdef0a31a7fd297a2fdf.zip |
PR9768: hint at bug fix in NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |