gem5 v24.0.0.0
|
#include <smmu_v3_caches.hh>
Public Member Functions | |
SMMUv3BaseCacheStats (statistics::Group *parent, const std::string &name) | |
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 72 of file smmu_v3_caches.hh.
gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::SMMUv3BaseCacheStats | ( | statistics::Group * | parent, |
const std::string & | name ) |
Definition at line 87 of file smmu_v3_caches.cc.
References averageHitRate, averageLookups, averageMisses, averageUpdates, gem5::statistics::DataWrap< Derived, InfoProxyType >::flags(), insertions, gem5::statistics::pdf, gem5::simSeconds, totalLookups, totalMisses, and totalUpdates.
statistics::Formula gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::averageHitRate |
Definition at line 86 of file smmu_v3_caches.hh.
Referenced by SMMUv3BaseCacheStats().
statistics::Formula gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::averageLookups |
Definition at line 77 of file smmu_v3_caches.hh.
Referenced by SMMUv3BaseCacheStats().
statistics::Formula gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::averageMisses |
Definition at line 80 of file smmu_v3_caches.hh.
Referenced by SMMUv3BaseCacheStats().
statistics::Formula gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::averageUpdates |
Definition at line 83 of file smmu_v3_caches.hh.
Referenced by SMMUv3BaseCacheStats().
statistics::Scalar gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::insertions |
Definition at line 88 of file smmu_v3_caches.hh.
Referenced by gem5::ARMArchTLB::pickEntryIdxToReplace(), gem5::ConfigCache::pickEntryIdxToReplace(), gem5::IPACache::pickEntryIdxToReplace(), gem5::SMMUTLB::pickEntryIdxToReplace(), gem5::WalkCache::pickEntryIdxToReplace(), and SMMUv3BaseCacheStats().
statistics::Scalar gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::totalLookups |
Definition at line 78 of file smmu_v3_caches.hh.
Referenced by gem5::ARMArchTLB::lookup(), gem5::ConfigCache::lookup(), gem5::IPACache::lookup(), gem5::SMMUTLB::lookup(), gem5::WalkCache::lookup(), gem5::SMMUTLB::lookupAnyVA(), and SMMUv3BaseCacheStats().
statistics::Scalar gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::totalMisses |
Definition at line 81 of file smmu_v3_caches.hh.
Referenced by gem5::ARMArchTLB::lookup(), gem5::ConfigCache::lookup(), gem5::IPACache::lookup(), gem5::SMMUTLB::lookup(), gem5::WalkCache::lookup(), gem5::SMMUTLB::lookupAnyVA(), and SMMUv3BaseCacheStats().
statistics::Scalar gem5::SMMUv3BaseCache::SMMUv3BaseCacheStats::totalUpdates |
Definition at line 84 of file smmu_v3_caches.hh.
Referenced by SMMUv3BaseCacheStats(), gem5::ARMArchTLB::store(), gem5::ConfigCache::store(), gem5::IPACache::store(), gem5::SMMUTLB::store(), and gem5::WalkCache::store().