From e10599ffadb4cd177581a36feb8485028c9fbf7b Mon Sep 17 00:00:00 2001 From: Kent Sebastian Date: Fri, 10 Oct 2008 16:03:35 -0400 Subject: Added cache limiting info to man page and NEWS. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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 -- cgit