f59a7af50a
This moves event and transition count statistics for cache controllers to gem5's statistics. It does the same for the statistics associated with the memory controller in ruby. All the cache/directory/dma controllers individually collect the event and transition counts. A callback function, collateStats(), has been added that is invoked on the controller version 0 of each controller class. This function adds all the individual controller statistics to a vector variables. All the code for registering the statistical variables and collating them is generated by SLICC. The patch removes the files *_Profiler.{cc,hh} and *_ProfileDumper.{cc,hh} which were earlier used for collecting and dumping statistics respectively. |
||
---|---|---|
.. | ||
AbstractCacheEntry.cc | ||
AbstractCacheEntry.hh | ||
AbstractController.cc | ||
AbstractController.hh | ||
AbstractEntry.cc | ||
AbstractEntry.hh | ||
AbstractProtocol.hh | ||
Controller.py | ||
Message.hh | ||
NetworkMessage.hh | ||
RubyRequest.cc | ||
RubyRequest.hh | ||
RubySlicc_ComponentMapping.hh | ||
RubySlicc_includes.hh | ||
RubySlicc_Profiler_interface.cc | ||
RubySlicc_Profiler_interface.hh | ||
RubySlicc_Util.hh | ||
SConscript |