gem5 v24.0.0.0
|
#include <tlb.hh>
Public Member Functions | |
TlbStats (TLB &parent) | |
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 |
gem5::TLB::TlbStats::TlbStats | ( | TLB & | parent | ) |
Definition at line 340 of file tlb.cc.
References gem5::statistics::DataWrap< Derived, InfoProxyType >::flags(), instAccesses, instHits, instMisses, gem5::statistics::nozero, partialHits, readAccesses, readHits, readMisses, tlb, gem5::BaseTLB::type(), writeAccesses, writeHits, and writeMisses.
statistics::Formula gem5::ArmISA::TLB::TlbStats::accesses |
|
mutable |
Definition at line 143 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::flush(), and gem5::ArmISA::TLB::flushAll().
|
mutable |
Definition at line 142 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::flush(), and gem5::ArmISA::TLB::flushAll().
statistics::Formula gem5::ArmISA::TLB::TlbStats::hits |
|
mutable |
Definition at line 141 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::insert().
statistics::Formula gem5::ArmISA::TLB::TlbStats::instAccesses |
Definition at line 147 of file tlb.hh.
Referenced by TlbStats().
|
mutable |
Definition at line 135 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().
|
mutable |
Definition at line 136 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().
statistics::Formula gem5::ArmISA::TLB::TlbStats::misses |
|
mutable |
Definition at line 134 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().
statistics::Formula gem5::ArmISA::TLB::TlbStats::readAccesses |
Definition at line 145 of file tlb.hh.
Referenced by TlbStats().
|
mutable |
Definition at line 137 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().
|
mutable |
Definition at line 138 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().
const TLB& gem5::ArmISA::TLB::TlbStats::tlb |
Definition at line 131 of file tlb.hh.
Referenced by TlbStats().
statistics::Formula gem5::ArmISA::TLB::TlbStats::writeAccesses |
Definition at line 146 of file tlb.hh.
Referenced by TlbStats().
|
mutable |
Definition at line 139 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().
|
mutable |
Definition at line 140 of file tlb.hh.
Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().