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 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: update stats for thermals, indirect BP
stats: update stats for mmap changes
stats: Update stats to reflect changes to cache and crossbar
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 match cache changes
stats: Update stats to reflect snoop-filter changes
stats: updates due to recent changes.
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.
tests: Recategorise regressions based on run timeThis patch takes a first stab at recategorising the regression testsbased on actual run times. The simple-atomic and simple-timing runs ofvortex and twolf all finish in less than 180 s, and they areconsequently moved from long to quick. All realview64 linux-bootregressions take more than 700 s, and they are therefore moved tolong.Later patches will rename quick to short, and further divide theregressions into short, medium and long.