gem5  v21.0.1.0
Public Member Functions | Public Attributes | List of all members
WalkCache::WalkCacheStats Struct Reference

#include <smmu_v3_caches.hh>

Inheritance diagram for WalkCache::WalkCacheStats:
Stats::Group

Public Member Functions

 WalkCacheStats (Stats::Group *parent)
 
 ~WalkCacheStats ()
 
- Public Member Functions inherited from Stats::Group
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group. More...
 
virtual ~Group ()
 
virtual void regStats ()
 Callback to set stat parameters. More...
 
virtual void resetStats ()
 Callback to reset stats. More...
 
virtual void preDumpStats ()
 Callback before stats are dumped. More...
 
void addStat (Stats::Info *info)
 Register a stat with this group. More...
 
const std::map< std::string, Group * > & getStatGroups () const
 Get all child groups associated with this object. More...
 
const std::vector< Info * > & getStats () const
 Get all stats associated with this object. More...
 
void addStatGroup (const char *name, Group *block)
 Add a stat block as a child of this block. More...
 
const InforesolveStat (std::string name) const
 Resolve a stat by its name within this group. More...
 
void mergeStatGroup (Group *block)
 Merge the contents (stats & children) of a block to this block. More...
 
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 

Public Attributes

std::vector< Stats::Formula * > averageLookupsByStageLevel
 
Stats::Vector2d totalLookupsByStageLevel
 
std::vector< Stats::Formula * > averageMissesByStageLevel
 
Stats::Vector2d totalMissesByStageLevel
 
std::vector< Stats::Formula * > averageUpdatesByStageLevel
 
Stats::Vector2d totalUpdatesByStageLevel
 
std::vector< Stats::Formula * > averageHitRateByStageLevel
 
Stats::Vector2d insertionsByStageLevel
 

Detailed Description

Definition at line 325 of file smmu_v3_caches.hh.

Constructor & Destructor Documentation

◆ WalkCacheStats()

WalkCache::WalkCacheStats::WalkCacheStats ( Stats::Group parent)

◆ ~WalkCacheStats()

WalkCache::WalkCacheStats::~WalkCacheStats ( )

Member Data Documentation

◆ averageHitRateByStageLevel

std::vector<Stats::Formula*> WalkCache::WalkCacheStats::averageHitRateByStageLevel

Definition at line 339 of file smmu_v3_caches.hh.

Referenced by WalkCacheStats(), and ~WalkCacheStats().

◆ averageLookupsByStageLevel

std::vector<Stats::Formula*> WalkCache::WalkCacheStats::averageLookupsByStageLevel

Definition at line 330 of file smmu_v3_caches.hh.

Referenced by WalkCacheStats(), and ~WalkCacheStats().

◆ averageMissesByStageLevel

std::vector<Stats::Formula*> WalkCache::WalkCacheStats::averageMissesByStageLevel

Definition at line 333 of file smmu_v3_caches.hh.

Referenced by WalkCacheStats(), and ~WalkCacheStats().

◆ averageUpdatesByStageLevel

std::vector<Stats::Formula*> WalkCache::WalkCacheStats::averageUpdatesByStageLevel

Definition at line 336 of file smmu_v3_caches.hh.

Referenced by WalkCacheStats(), and ~WalkCacheStats().

◆ insertionsByStageLevel

Stats::Vector2d WalkCache::WalkCacheStats::insertionsByStageLevel

Definition at line 341 of file smmu_v3_caches.hh.

Referenced by WalkCache::pickEntryIdxToReplace(), and WalkCacheStats().

◆ totalLookupsByStageLevel

Stats::Vector2d WalkCache::WalkCacheStats::totalLookupsByStageLevel

Definition at line 331 of file smmu_v3_caches.hh.

Referenced by WalkCache::lookup(), and WalkCacheStats().

◆ totalMissesByStageLevel

Stats::Vector2d WalkCache::WalkCacheStats::totalMissesByStageLevel

Definition at line 334 of file smmu_v3_caches.hh.

Referenced by WalkCache::lookup(), and WalkCacheStats().

◆ totalUpdatesByStageLevel

Stats::Vector2d WalkCache::WalkCacheStats::totalUpdatesByStageLevel

Definition at line 337 of file smmu_v3_caches.hh.

Referenced by WalkCache::store(), and WalkCacheStats().


The documentation for this struct was generated from the following files:

Generated on Tue Jun 22 2021 15:28:46 for gem5 by doxygen 1.8.17