cpu: commit probe notification on every microop or macroop
authorNikos Nikoleris <nikos.nikoleris@gmail.com>
Tue, 20 Jan 2015 20:15:27 +0000 (14:15 -0600)
committerNikos Nikoleris <nikos.nikoleris@gmail.com>
Tue, 20 Jan 2015 20:15:27 +0000 (14:15 -0600)
commita35283ac65f956a88c796972c77f0ac5d9d8a180
tree2afa07212b24a2ddea4650c5123cd2bd4eed60ec
parent3cb9c361e2ad567f821f1377de77035a16390be1
cpu: commit probe notification on every microop or macroop
The ppCommit should notify the attached listener every time the cpu commits
a microop or non microcoded insturction. The listener can then decide
whether it will process only the last microop (eg. SimPoint probe).

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
src/cpu/simple/atomic.cc
src/cpu/simple/probes/simpoint.cc