gem5/tests/configs
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
..
inorder-timing.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
memtest-ruby.py m5: Regression Tester Update 2010-01-29 20:29:40 -08:00
memtest.py cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00
o3-timing-mp-ruby.py config: changed default ruby config file for regression 2010-01-25 11:51:16 -06:00
o3-timing-mp.py cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00
o3-timing-ruby.py config: changed default ruby config file for regression 2010-01-25 11:51:16 -06:00
o3-timing.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
rubytest-ruby.py m5: Regression Tester Update 2010-01-29 20:29:40 -08:00
simple-atomic-mp-ruby.py config: changed default ruby config file for regression 2010-01-25 11:51:16 -06:00
simple-atomic-mp.py cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00
simple-atomic.py Update configs to set the CPU clock properly. 2007-04-22 14:39:39 -04:00
simple-timing-mp-ruby.py m5: Regression Tester Update 2010-01-29 20:29:40 -08:00
simple-timing-mp.py cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00
simple-timing-ruby.py m5: Regression Tester Update 2010-01-29 20:29:40 -08:00
simple-timing.py remove hit_latency and make latency do the right thing 2007-05-10 18:24:48 -04:00
t1000-simple-atomic.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
tsunami-o3-dual.py cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00
tsunami-o3.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
tsunami-simple-atomic-dual.py cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00
tsunami-simple-atomic.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
tsunami-simple-timing-dual.py cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00
tsunami-simple-timing.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
twosys-tsunami-simple-atomic.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00