cpu: add more instruction mix statistics
authorCurtis Dunham <Curtis.Dunham@arm.com>
Fri, 9 May 2014 22:58:47 +0000 (18:58 -0400)
committerCurtis Dunham <Curtis.Dunham@arm.com>
Fri, 9 May 2014 22:58:47 +0000 (18:58 -0400)
commit1028c03320c6c7822b8f5a32da2297c1be2d1487
tree1b1688d2b4fbc9e5009af54a200243805169d820
parenta15b713cba52d9d4d2c1204fef050fb3856ca33e
cpu: add more instruction mix statistics

For the o3, add instruction mix (OpClass) histogram at commit (stats
also already collected at issue). For the simple CPUs we add a
histogram of executed instructions
src/cpu/o3/commit.hh
src/cpu/o3/commit_impl.hh
src/cpu/simple/base.cc
src/cpu/simple/base.hh