cpu: Add per-thread monitors
authorMitch Hayenga <mitch.hayenga@arm.com>
Wed, 30 Sep 2015 16:14:19 +0000 (11:14 -0500)
committerMitch Hayenga <mitch.hayenga@arm.com>
Wed, 30 Sep 2015 16:14:19 +0000 (11:14 -0500)
commitfafa83ed32933fe250d34dfca23fba348429b176
tree3bf8fd636f1e879273045fefda3b5d7319a38479
parent582a0148b441fe9f4a6f977094c5ce6bf7ab6313
cpu: Add per-thread monitors

Adds per-thread address monitors to support FullSystem SMT.
14 files changed:
src/cpu/base.cc
src/cpu/base.hh
src/cpu/base_dyn_inst.hh
src/cpu/checker/cpu.hh
src/cpu/minor/exec_context.hh
src/cpu/minor/fetch1.cc
src/cpu/minor/lsq.cc
src/cpu/o3/cpu.cc
src/cpu/simple/atomic.cc
src/cpu/simple/atomic.hh
src/cpu/simple/base.cc
src/cpu/simple/exec_context.hh
src/cpu/simple/timing.cc
src/cpu/simple/timing.hh