diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-10 17:38:53 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-10 17:38:53 -0400 |
commit | 14a758012a4db7be49f13ac874075bcdac50884f (patch) | |
tree | 3b6663cb72cd4ac51848b6596f6bae75135669ec | |
parent | d57671d335d788aa3a738f7f284bfee30151c86c (diff) | |
download | systemtap-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |