diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |