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