gem5 v24.0.0.0
|
#include <smmu_v3_caches.hh>
Public Member Functions | |
WalkCacheStats (statistics::Group *parent) | |
~WalkCacheStats () | |
Public Member Functions inherited from gem5::statistics::Group | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. | |
virtual | ~Group () |
virtual void | regStats () |
Callback to set stat parameters. | |
virtual void | resetStats () |
Callback to reset stats. | |
virtual void | preDumpStats () |
Callback before stats are dumped. | |
void | addStat (statistics::Info *info) |
Register a stat with this group. | |
const std::map< std::string, Group * > & | getStatGroups () const |
Get all child groups associated with this object. | |
const std::vector< Info * > & | getStats () const |
Get all stats associated with this object. | |
void | addStatGroup (const char *name, Group *block) |
Add a stat block as a child of this block. | |
const Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. | |
void | mergeStatGroup (Group *block) |
Merge the contents (stats & children) of a block to this block. | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
Definition at line 331 of file smmu_v3_caches.hh.
gem5::WalkCache::WalkCacheStats::WalkCacheStats | ( | statistics::Group * | parent | ) |
Definition at line 1232 of file smmu_v3_caches.cc.
References averageHitRateByStageLevel, averageLookupsByStageLevel, averageMissesByStageLevel, averageUpdatesByStageLevel, gem5::csprintf(), gem5::statistics::DataWrap< Derived, InfoProxyType >::flags(), gem5::statistics::units::Ratio::get(), gem5::statistics::Vector2dBase< Derived, Stor >::init(), insertionsByStageLevel, gem5::MipsISA::l, gem5::statistics::pdf, gem5::ArmISA::s, gem5::simSeconds, gem5::statistics::DataWrapVec< Derived, InfoProxyType >::subname(), totalLookupsByStageLevel, totalMissesByStageLevel, totalUpdatesByStageLevel, WALK_CACHE_LEVELS, and gem5::statistics::DataWrapVec2d< Derived, InfoProxyType >::ysubname().
gem5::WalkCache::WalkCacheStats::~WalkCacheStats | ( | ) |
Definition at line 1322 of file smmu_v3_caches.cc.
std::vector<statistics::Formula*> gem5::WalkCache::WalkCacheStats::averageHitRateByStageLevel |
Definition at line 345 of file smmu_v3_caches.hh.
Referenced by WalkCacheStats().
std::vector<statistics::Formula*> gem5::WalkCache::WalkCacheStats::averageLookupsByStageLevel |
Definition at line 336 of file smmu_v3_caches.hh.
Referenced by WalkCacheStats().
std::vector<statistics::Formula*> gem5::WalkCache::WalkCacheStats::averageMissesByStageLevel |
Definition at line 339 of file smmu_v3_caches.hh.
Referenced by WalkCacheStats().
std::vector<statistics::Formula*> gem5::WalkCache::WalkCacheStats::averageUpdatesByStageLevel |
Definition at line 342 of file smmu_v3_caches.hh.
Referenced by WalkCacheStats().
statistics::Vector2d gem5::WalkCache::WalkCacheStats::insertionsByStageLevel |
Definition at line 347 of file smmu_v3_caches.hh.
Referenced by gem5::WalkCache::pickEntryIdxToReplace(), and WalkCacheStats().
statistics::Vector2d gem5::WalkCache::WalkCacheStats::totalLookupsByStageLevel |
Definition at line 337 of file smmu_v3_caches.hh.
Referenced by gem5::WalkCache::lookup(), and WalkCacheStats().
statistics::Vector2d gem5::WalkCache::WalkCacheStats::totalMissesByStageLevel |
Definition at line 340 of file smmu_v3_caches.hh.
Referenced by gem5::WalkCache::lookup(), and WalkCacheStats().
statistics::Vector2d gem5::WalkCache::WalkCacheStats::totalUpdatesByStageLevel |
Definition at line 343 of file smmu_v3_caches.hh.
Referenced by gem5::WalkCache::store(), and WalkCacheStats().