----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2893/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- 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. Diffs ----- src/mem/CommMonitor.py ebb3d0737aa7 src/mem/SConscript ebb3d0737aa7 src/mem/comm_monitor.hh ebb3d0737aa7 src/mem/comm_monitor.cc ebb3d0737aa7 src/mem/probes/MemTraceProbe.py PRE-CREATION src/mem/probes/SConscript PRE-CREATION src/mem/probes/mem_trace.hh PRE-CREATION src/mem/probes/mem_trace.cc PRE-CREATION tests/configs/tgen-simple-mem.py ebb3d0737aa7 Diff: http://reviews.gem5.org/r/2893/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
