--- a/src/xlat/xltcache.h Wed Nov 10 08:37:42 2010 +1000 +++ b/src/xlat/xltcache.h Sun Nov 27 18:20:21 2011 +1000 @@ -181,4 +181,11 @@ */ void xlat_check_integrity(); +/** + * Dump out the top N translated blocks by number of executions (requires block + * profiling to be turned on in order to give meaningful results). + * @param topN Number of blocks to print. If 0, print all blocks in the cache + */ +void xlat_dump_cache_by_activity( unsigned int topN ); + #endif /* lxdream_xltcache_H */