diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-02-26 10:33:13 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-02-26 10:33:13 -0500 |
commit | 781c25855e35a7b77e5794bd027ca0cf41e4a3a4 (patch) | |
tree | 9a65bbdba0d5259847b4e2c955d947b928026e29 /NEWS | |
parent | 12b90fcf910f540cb28de154edd0bdcd109b1c76 (diff) | |
parent | 5e5e17baf86f6abc030513765da189b6974be84e (diff) | |
download | systemtap-steved-781c25855e35a7b77e5794bd027ca0cf41e4a3a4.tar.gz systemtap-steved-781c25855e35a7b77e5794bd027ca0cf41e4a3a4.tar.xz systemtap-steved-781c25855e35a7b77e5794bd027ca0cf41e4a3a4.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ * What's new in version 0.6 / 0.6.1 +- Preprocessor conditional expressions can now include wildcard style + matches on kernel versions. + %( kernel_vr != "*xen" %? foo %: bar %) + - Prototype support for user-space probing is showing some progress. No symbolic notations are supported yet (so no probing by function names, file names, process names, and no access to $context variables), but at |