gem5/src/mem/probes
David Guillen Fandos 70798b1ba0 stats: Fixing regStats function for some SimObjects
Fixing an issue with regStats not calling the parent class method
for most SimObjects in Gem5. This causes issues if one adds new
stats in the base class (since they are never initialized properly!).

Change-Id: Iebc5aa66f58816ef4295dc8e48a357558d76a77c
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
2016-06-06 17:16:43 +01:00
..
base.cc mem: Add probe support to the CommMonitor 2015-08-04 10:29:13 +01:00
base.hh misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
BaseMemProbe.py mem: Add probe support to the CommMonitor 2015-08-04 10:29:13 +01:00
mem_trace.cc mem: Add Program Counter to MemTraceProbe 2016-04-07 11:32:38 -05:00
mem_trace.hh mem: Add Program Counter to MemTraceProbe 2016-04-07 11:32:38 -05:00
MemTraceProbe.py mem: Add Program Counter to MemTraceProbe 2016-04-07 11:32:38 -05:00
SConscript mem: Move trace functionality from the CommMonitor to a probe 2015-08-04 10:29:13 +01:00
stack_dist.cc stats: Fixing regStats function for some SimObjects 2016-06-06 17:16:43 +01:00
stack_dist.hh misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
StackDistProbe.py mem: Redesign the stack distance calculator as a probe 2015-08-04 10:29:13 +01:00