gem5/src/mem/probes
Andreas Sandberg 022e69e6de mem: Redesign the stack distance calculator as a probe
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.
2015-08-04 10:29:13 +01:00
..
base.cc mem: Add probe support to the CommMonitor 2015-08-04 10:29:13 +01:00
base.hh mem: Add probe support to the CommMonitor 2015-08-04 10:29:13 +01:00
BaseMemProbe.py mem: Add probe support to the CommMonitor 2015-08-04 10:29:13 +01:00
SConscript mem: Redesign the stack distance calculator as a probe 2015-08-04 10:29:13 +01:00
stack_dist.cc mem: Redesign the stack distance calculator as a probe 2015-08-04 10:29:13 +01:00
stack_dist.hh mem: Redesign the stack distance calculator as a probe 2015-08-04 10:29:13 +01:00
StackDistProbe.py mem: Redesign the stack distance calculator as a probe 2015-08-04 10:29:13 +01:00