diff options
author | Kent Sebastian <ksebasti@toddy.(none)> | 2008-10-10 16:03:35 -0400 |
---|---|---|
committer | Kent Sebastian <ksebasti@toddy.(none)> | 2008-10-10 16:03:35 -0400 |
commit | e10599ffadb4cd177581a36feb8485028c9fbf7b (patch) | |
tree | 7186df4920eade54c2a4cad5595767a304e3cb78 /NEWS | |
parent | f67f24c15aa9bde315142e1e3bb533876841b52a (diff) | |
download | systemtap-steved-e10599ffadb4cd177581a36feb8485028c9fbf7b.tar.gz systemtap-steved-e10599ffadb4cd177581a36feb8485028c9fbf7b.tar.xz systemtap-steved-e10599ffadb4cd177581a36feb8485028c9fbf7b.zip |
Added cache limiting info to man page and NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -88,6 +88,12 @@ but is for some reason unavailable.) In return probes only, $$return expands to an empty string for a void function, or "return=0xf00". +- Cache limiting is now available. If the cache is over a specified limit, + cached modules/sources are unlinked until the total cache size is below + the limit. + + See stap(1) for use. + * What's new in version 0.7 - .statement("func@file:*") and .statement("func@file:M-N") probes are now |