----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2891/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10876:9613201373b3 --------------------------- mem: Add probe support to the CommMonitor This changeset adds a standardized probe point type to monitor packets in the memory system and adds two probe points to the CommMonitor class. These probe points enable monitoring of successfully delivered requests and successfully delivered responses. Memory system probe listeners should use the BaseMemProbe base class to provide a unified configuration interface and reuse listener registration code. Unlike the ProbeListenerObject class, the BaseMemProbe allows objects to be wired to multiple ProbeManager instances as long as they use the same probe point name. Diffs ----- src/mem/comm_monitor.hh ebb3d0737aa7 src/mem/comm_monitor.cc ebb3d0737aa7 src/mem/probes/BaseMemProbe.py PRE-CREATION src/mem/probes/SConscript PRE-CREATION src/mem/probes/base.hh PRE-CREATION src/mem/probes/base.cc PRE-CREATION src/sim/probe/mem.hh PRE-CREATION Diff: http://reviews.gem5.org/r/2891/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
