diff options
author | Dave Brolley <brolley@redhat.com> | 2009-03-20 11:49:56 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-03-20 11:49:56 -0400 |
commit | c11e62bef0f85147c96aeb7d0a7f9fd69da51db6 (patch) | |
tree | fc320ed03c59849fb922acff51b7b93f89fe6047 /NEWS | |
parent | 1ca3466b0426566a6c6ba03251d8cca3d111f170 (diff) | |
parent | 0cf9ea606eb7677a1241595f7568dd4a6c243ef2 (diff) | |
download | systemtap-steved-c11e62bef0f85147c96aeb7d0a7f9fd69da51db6.tar.gz systemtap-steved-c11e62bef0f85147c96aeb7d0a7f9fd69da51db6.tar.xz systemtap-steved-c11e62bef0f85147c96aeb7d0a7f9fd69da51db6.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ * What's new +- In guru mode (-g), the kernel probing blacklist is disabled, leaving + only a subset - the kernel's own internal kprobe blacklist - to attempt + to filter out areas unsafe to probe. The differences may be enough to + probe more interrupt handlers. + - Variables unavailable in current context may be skipped by setting a session level flag with command line option --skip-badvars now available. This will simply substitute the otherwise error causing variable with a |