sim: Call regStats of base-class as well
authorStephan Diestelhorst <stephan.diestelhorst@arm.com>
Mon, 6 Jun 2016 16:16:43 +0000 (17:16 +0100)
committerStephan Diestelhorst <stephan.diestelhorst@arm.com>
Mon, 6 Jun 2016 16:16:43 +0000 (17:16 +0100)
commit589033c94c0381fe4e67cebe08352b6e1fbcde2e
tree78e4bf3ebcb798c256e6b3248854eff42bc67377
parent672c06a01d1931e7b6fc650ada20da54a9fc29d1
sim: Call regStats of base-class as well

We want to extend the stats of objects hierarchically and thus it is necessary
to register the statistics of the base-class(es), as well.  For now, these are
empty, but generic stats will be added there.

Patch originally provided by Akash Bagdia at ARM Ltd.
15 files changed:
src/arch/arm/table_walker.cc
src/arch/arm/tlb.cc
src/cpu/base.cc
src/cpu/testers/traffic_gen/traffic_gen.cc
src/dev/net/etherdevice.cc
src/dev/pci/copy_engine.cc
src/dev/storage/ide_disk.cc
src/mem/abstract_mem.cc
src/mem/cache/base.cc
src/mem/cache/prefetch/base.cc
src/mem/cache/tags/base.cc
src/mem/comm_monitor.cc
src/mem/xbar.cc
src/sim/process.cc
src/sim/system.cc