stats: Rename num_syscalls to numSyscalls in the reference stats.The name of the stat was changed in the following change which broke all thereference outputs. commit 2367198921765848a4f5b3d020a7cc5776209f80 Author: Brandon Potter <brandon.potter@amd.com> Date: Mon Feb 27 14:10:15 2017 -0500 syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulationsChange-Id: Id98b085ccae098c50c434ad81a72beee46084f40Reviewed-on: https://gem5-review.googlesource.com/2651Maintainer: Jason Lowe-Power <jason@lowepower.com>Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
stats: Get all stats updated to reflect current behaviourLine everything up again.
stats: Update stats to reflect recent changes to floatsMostly just splitting out the floats ops and correspondingreads/writes.
stats: update references
stats: Update to match classic memory changes
stats: Add power stats to test referencesChange-Id: Ic827213134b199446822f128b81d4a480e777fee
stats: update and fix e273e86a873d
stats: update for snoop filter tweak
stats: Update stats to reflect cache changesRemoved unused stats, now counting WriteLineReq, and changed howuncacheable writes are handled while responses are outstanding.
stats: Match current behaviourSmall changes to the branch predictor and BTB caused stats changesthroughout.
stats: Update stats to reflect changes to cache and crossbar
stats: Update stats to match cache changes
stats: Update stats to reflect snoop-filter changes
stats: updates due to recent changesets including d0934b57735a
stats: update stale config.ini files, eio and few other stats.
stats: Update stats for cache, crossbar and DRAM changesThis update includes the changes to whole-line writes, the refinementof Read to ReadClean and ReadShared, the introduction of CleanEvictfor snoop-filter tracking, and updates to the DRAM command schedulerfor bank-group-aware scheduling.Needless to say, almost every regression is affected.
stats: Update MinorCPU regressions after accounting fix
stats: Update stats to reflect cache changes
stats: arm: updates
stats: update Minor stats due to PF bug fixA recent changeset of mine (http://repo.gem5.org/gem5/rev/4cfe55719da5)inadvertently fixed a bug in the Minor CPU model which caused it to treatsoftware prefetches as regular loads. Prior to this changeset, Minordid an ad-hoc generation of memory commands that left out the PF check;because it now uses the common code that the other CPU models use,it generates prefetches properly. These stat changes reflect the factthat the Minor model now issues SoftPFReqs.
stats: Update stats to reflect cache and interconnect changesThis is a bulk update of stats to match the changes to cache timing,interconnect timing, and a few minor changes to the o3 CPU.
stats: changes due to recent changesets.
stats: Bump stats for decoder, TLB, prefetcher and DRAM changesChanges due to speculative execution of an unaligned PC, introductionof TLB stats, changes and re-work of the prefetcher, and theintroduction of rank-wise refresh in the DRAM controller.
stats: Bump stats for fixes, mostly TLB and WriteInvalidate
stats: updates due to changes to x86, stale configs.
stats: Add DRAM power statistics to reference output
stats: Bump stats for filter, crossbar and config changesThis patch bumps the stats to reflect the addition of the snoop filterand snoop stats, the change from bus to crossbar, and the updates tothe ARM regressions that are now using a different CPU and cacheconfiguration. Lastly, some minor changes are expected due to theactivation cleanup of the CPUs.
stats: Update stats for CPU and cache changesThis patch updates the stats to reflect the fixes and changes to theCPU (mainly the o3), and the caches.
stats: updates due to recent ruby and x86 changesAlso updates many out of date config files.
cpu: Minor CPU add regression tests for ARM and ALPHAThis patch adds regression tests results and test harnessesfor the Minor CPU on ARM and ALPHA.