gem5/src/cpu/simple
Ali Saidi 9bd0bfe559 After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFraction statistic is really wrong.
The notIdleFraction statistic isn't updated when the statistics reset, probably because the cpu Status information
was pulled into the atomic and timing cpus. This changeset pulls Status back into the BaseSimpleCPU object. Anyone
care to comment on the odd naming of the Status instance? It shouldn't just be status because that is confusing
with Port::Status, but _status seems a bit strage too.
2008-07-01 10:24:09 -04:00
..
atomic.cc After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFraction statistic is really wrong. 2008-07-01 10:24:09 -04:00
atomic.hh After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFraction statistic is really wrong. 2008-07-01 10:24:09 -04:00
AtomicSimpleCPU.py AtomicSimpleCPU: Separate data stalls from instruction stalls. 2008-06-18 10:15:21 -07:00
base.cc After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFraction statistic is really wrong. 2008-07-01 10:24:09 -04:00
base.hh After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFraction statistic is really wrong. 2008-07-01 10:24:09 -04:00
SConscript Traceflags: Add SCons function to created a traceflag instead of having one file with them all. 2007-10-31 01:21:54 -04:00
SConsopts Rework the way SCons recurses into subdirectories, making it 2007-03-10 23:00:54 -08:00
timing.cc After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFraction statistic is really wrong. 2008-07-01 10:24:09 -04:00
timing.hh After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFraction statistic is really wrong. 2008-07-01 10:24:09 -04:00
TimingSimpleCPU.py X86: Implement a page table walker. 2007-11-12 14:38:24 -08:00