mem: add CacheVerbose debug flag, filter noisy DPRINTFs
authorSteve Reinhardt <steve.reinhardt@amd.com>
Thu, 31 Dec 2015 17:32:09 +0000 (09:32 -0800)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Thu, 31 Dec 2015 17:32:09 +0000 (09:32 -0800)
commit6caa2c9b4ea8ed3a29c44dec60b791344b5fd477
tree6d55e3abf6bf9a2b756e3fb127a4bb4f135b8ab5
parentc153b669fd5b19b45fe5a37484a64b88ee4905db
mem: add CacheVerbose debug flag, filter noisy DPRINTFs

Some of the DPRINTFs added to the classic cache in cset 45df88079f04,
while useful to those unfamiliar with the cache code, end up being
noise when you're familiar with the code but are trying to debug tricky
protocol issues.  (Particularly getting two messages from each cache
as it receives a snoop request then declares that there was no match.)

This patch introduces a CacheVerbose debug flag, and moves a subset of
the added DPRINTFs into that category, so that Cache by itself returns
to being a more succinct summary of cache activity.

Also added a CacheAll compound flag to turn on all the cache-related
debug flags (other than CacheTags, which you *really* have to want badly
to turn it on, IMO).
src/mem/cache/SConscript
src/mem/cache/cache.cc