stats: Update some stats after simulated program exit behavior was changed.The following CL delayed program exit and changed the stats for many if notmost of the SE mode regressions. commit 2c1286865fc2542a0586ca4ff40b00765d17b348 Author: Brandon Potter <Brandon.Potter@amd.com> Date: Wed Mar 1 14:52:23 2017 -0600 syscall-emul: Rewrite system call exit codeChange-Id: Id241f2b7d5374947597c715ee44febe1acc5ea16Reviewed-on: https://gem5-review.googlesource.com/2656Maintainer: Jason Lowe-Power <jason@lowepower.com>Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
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: Update stats to reflect recent changes to floatsMostly just splitting out the floats ops and correspondingreads/writes.
stats: Update to match classic memory changes
stats: update references
stats: Add power stats to test referencesChange-Id: Ic827213134b199446822f128b81d4a480e777fee
stats: Update to match ARM ISA changes
stats: update and fix e273e86a873d
stats: update for snoop filter tweak
stats: updates due to recent changesets including d0934b57735a
stats: update stale config.ini files, eio and few other stats.
stats: Update stats to reflect cache changes
stats: arm: updates
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: 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: updates due to previous mmap and exit_group patches.
stats: updates due to changes to x86, stale configs.
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.
stats: Bump stats for the fixes, and mostly DRAM controller changes
stats: updates due to branch predictor warming
stats: update stats for ARMv8 changes
stats: update stats for cache occupancy and clock domain changes
tests: update reference outputsApparently only stats.txt was updated the last time, sothis changeset updates other reference output files(config.ini, simout, simerr, ruby.stats) so thattest output diffs should not be cluttered with irrelevantchanges. There are a few stats.txt updates too, butthey are in the minority.
stats: Update the stats to reflect bus and memory changesThis patch updates the stats to reflect the addition of the bus stats,and changes to the bus layers. In addition it updates the stats tomatch the addition of the static pipeline latency of the memoryconotroller and the addition of a stat tracking the bytes peractivate.
regressions: update stats due to branch predictor changesThe actual statistical values are being updated for only two tests belongingto sparc architecture and inorder cpu: 00.hello and 02.insttest. For othersthe patch updates config.ini and name changes to statistical variables.
ARM: update stats for bp and squash fixes.
Stats: Update stats for RAS and LRU fixes.
all: Update stats for memory per master and total fix.
stats: update stats for no_value -> nanLots of accumulated older changes too.
ARM: Update stats for IT and conditional branch changes
ARM: Update stats for CBNZ fix.
stats: update stats for insts/ops and master id changes
SE/FS: Make both SE and FS tests available all the time.