inorder-stats: add instruction type stats
authorKorey Sewell <ksewell@umich.edu>
Wed, 23 Jun 2010 22:18:20 +0000 (18:18 -0400)
committerKorey Sewell <ksewell@umich.edu>
Wed, 23 Jun 2010 22:18:20 +0000 (18:18 -0400)
commit9f0d8f252c2de0b9ac5654b2c35e913831eba756
tree301422de6f4268e44780520b966450578f98193b
parent39ac4dce04ccf2d83a29fcd7fc698f607bf720d4
inorder-stats: add instruction type stats
also, remove inst-req stats as default.good for debugging
but in terms of pure processor stats they aren't useful
12 files changed:
src/cpu/inorder/cpu.cc
src/cpu/inorder/cpu.hh
src/cpu/inorder/resource.cc
src/cpu/inorder/resource.hh
src/cpu/inorder/resources/agen_unit.cc
src/cpu/inorder/resources/agen_unit.hh
src/cpu/inorder/resources/execution_unit.cc
src/cpu/inorder/resources/execution_unit.hh
src/cpu/inorder/resources/mult_div_unit.cc
src/cpu/inorder/resources/mult_div_unit.hh
src/cpu/inorder/resources/use_def.cc
src/cpu/inorder/resources/use_def.hh