summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKent Sebastian <ksebasti@toddy.(none)>2008-10-10 16:03:35 -0400
committerKent Sebastian <ksebasti@toddy.(none)>2008-10-10 16:03:35 -0400
commite10599ffadb4cd177581a36feb8485028c9fbf7b (patch)
tree7186df4920eade54c2a4cad5595767a304e3cb78 /NEWS
parentf67f24c15aa9bde315142e1e3bb533876841b52a (diff)
downloadsystemtap-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--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e737d47..e8cca3a6 100644
--- a/NEWS
+++ b/NEWS
@@ -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