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 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 for thermals, indirect BP
stats: update stats for ld.so supportAdditional auxv entries leads to more instructions in start-upwhile walking the list, along with different cache conflictswrt stack entries.
stats: update stats to after GPU checkin
stats: bump stats to reflect ruby tester changes
stats: updates due to recent chagnesets
stats: Update stats to reflect snoop-filter changes
stats: updates due to recent changesets including d0934b57735a
stats: updates due to recent changes.
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: changes to due to recent set of patches
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: updates due to recent ruby and x86 changesAlso updates many out of date config files.
stats: Bump stats for the regressions using the minor CPUUpdating the stats to match the current behaviour.
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.