summaryrefslogtreecommitdiff
path: root/src/mem/probes/StackDistProbe.py
AgeCommit message (Collapse)Author
2015-08-04mem: Redesign the stack distance calculator as a probeAndreas Sandberg
This changeset removes the stack distance calculator hooks from the CommMonitor class and implements a stack distance calculator as a memory system probe instead. The probe can be hooked up to any component that exports probe points of the type ProbePoints::Packet.