Review Board 2.0.15


mem: Move trace functionality from the CommMonitor to a probe

Review Request #2893 - Created June 16, 2015 and submitted

Information
Andreas Sandberg
gem5
default
Reviewers
Default
Changeset 10878:a2243c2bd2e6
---------------------------
mem: Move trace functionality from the CommMonitor to a probe

This changeset moves the access trace functionality from the
CommMonitor into a separate probe. The probe can be hooked up to any
component that exports probe points of the type ProbePoints::Packet.

This patch moves the dependency on Google's Protocol Buffers library
from the CommMonitor to the MemTraceProbe, which means that the
CommMonitor (including stack distance profiling) no long depends on
it.

   
Review request changed
Updated (Aug. 4, 2015, 2:32 a.m.)

Status: Closed (submitted)