From 649260f387b644f8cfafe5e992d6c8890c906dd5 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 25 Mar 2010 18:50:16 -0700 Subject: Mention ** in NEWS and stapprobes.3stap --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4af77786..5d01fee1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +* What's new + +- Probe wildcards can now use '**' to cross the '.' separator. + $ stap -l 'sys**open' + syscall.mq_open + syscall.open + * What's new in version 1.2 - Prototype support for "perf events", where the kernel supports the -- cgit