gem5/tests
Lisa Hsu 1d3228481f cache: Make caches sharing aware and add occupancy stats.
On the config end, if a shared L2 is created for the system, it is
parameterized to have n sharers as defined by option.num_cpus. In addition to
making the cache sharing aware so that discriminating tag policies can make use
of context_ids to make decisions, I added an occupancy AverageStat and an occ %
stat to each cache so that you could know which contexts are occupying how much
cache on average, both in terms of blocks and percentage. Note that since
devices have context_id -1, having an array of occ stats that correspond to
each context_id will break here, so in FS mode I add an extra bucket for device
blocks. This bucket is explicitly not added in SE mode in order to not only
avoid ugliness in the stats.txt file, but to avoid broken stats (some formulas
break when a bucket is 0).
2010-02-23 09:34:22 -08:00
..
configs cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00
long inorder: vortex alpha regression 2010-01-31 18:31:20 -05:00
quick inorder: update hello world mips 2010-01-31 18:31:28 -05:00
test-progs/hello test: Hello world test program for Power 2009-10-27 09:24:40 -07:00
diff-out diff-out: 2006-09-01 16:27:24 -04:00
halt.sh Rearrange the FS configs to be more shared. Also check in the full-system tests. Reference stats coming soon. 2006-07-21 15:56:35 -04:00
run.py m5: Regression Tester Update 2010-01-29 20:29:40 -08:00
SConscript m5: Regression Tester Update 2010-01-29 20:29:40 -08:00