summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-06-10 17:38:53 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-06-10 17:38:53 -0400
commit14a758012a4db7be49f13ac874075bcdac50884f (patch)
tree3b6663cb72cd4ac51848b6596f6bae75135669ec
parentd57671d335d788aa3a738f7f284bfee30151c86c (diff)
downloadsystemtap-steved-14a758012a4db7be49f13ac874075bcdac50884f.tar.gz
systemtap-steved-14a758012a4db7be49f13ac874075bcdac50884f.tar.xz
systemtap-steved-14a758012a4db7be49f13ac874075bcdac50884f.zip
PR5643: mention in src/NEWS since the speedup effect is dramatic
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c78052c9..d08e33f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
* What's new in version 0.7
+- Scripts relying on probe point wildcards like "syscall.*" that expand
+ to distinct kprobes are processed significantly faster than before.
+
- The vector of script command line arguments is available in a
tapset-provided global array argv[]. It is indexed 1 ... argc,
another global. This can substitute for of preprocessor