cpu: Only check for PC events on instruction boundaries.
authorGabe Black <gabeblack@google.com>
Fri, 5 Dec 2014 09:47:35 +0000 (01:47 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 5 Dec 2014 09:47:35 +0000 (01:47 -0800)
commitbacbb8ecbcee2b4c5c3fe71f415abc5852ae4a8f
tree79e771d5209f85f6d3ecf5cafcb5d9e254fa7be0
parentfe48c0a32bf749358eeb95e748f9fc2247cc5480
cpu: Only check for PC events on instruction boundaries.

Only the instruction address is actually checked, so there's no need to check
repeatedly while we're working through the microops of a macroop and that's
not changing.
src/cpu/o3/commit_impl.hh
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc