From 14a758012a4db7be49f13ac874075bcdac50884f Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 10 Jun 2008 17:38:53 -0400 Subject: PR5643: mention in src/NEWS since the speedup effect is dramatic --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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 -- cgit