gem5 v24.0.0.0
|
#include <tlb.hh>
Public Member Functions | |
VegaTLBStats (statistics::Group *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::VegaISA::GpuTLB::VegaTLBStats::VegaTLBStats | ( | statistics::Group * | parent | ) |
Definition at line 958 of file tlb.cc.
References globalNumTLBAccesses, globalNumTLBMisses, globalTLBMissRate, localCycles, localLatency, localNumTLBAccesses, localNumTLBMisses, and localTLBMissRate.
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::accessCycles |
Definition at line 180 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::handleTranslationReturn(), and gem5::VegaISA::GpuTLB::issueTLBLookup().
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::globalNumTLBAccesses |
Definition at line 174 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::issueTLBLookup(), and VegaTLBStats().
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::globalNumTLBHits |
Definition at line 175 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::issueTLBLookup().
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::globalNumTLBMisses |
Definition at line 176 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::issueTLBLookup(), and VegaTLBStats().
statistics::Formula gem5::VegaISA::GpuTLB::VegaTLBStats::globalTLBMissRate |
Definition at line 177 of file tlb.hh.
Referenced by VegaTLBStats().
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::localCycles |
Definition at line 184 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::handleTranslationReturn(), gem5::VegaISA::GpuTLB::issueTLBLookup(), and VegaTLBStats().
statistics::Formula gem5::VegaISA::GpuTLB::VegaTLBStats::localLatency |
Definition at line 185 of file tlb.hh.
Referenced by VegaTLBStats().
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::localNumTLBAccesses |
Definition at line 166 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::tlbLookup(), and VegaTLBStats().
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::localNumTLBHits |
Definition at line 167 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::tlbLookup().
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::localNumTLBMisses |
Definition at line 168 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::tlbLookup(), and VegaTLBStats().
statistics::Formula gem5::VegaISA::GpuTLB::VegaTLBStats::localTLBMissRate |
Definition at line 169 of file tlb.hh.
Referenced by VegaTLBStats().
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::maxDownstreamReached |
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::outstandingReqsMax |
statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::pageTableCycles |
Definition at line 181 of file tlb.hh.
Referenced by gem5::VegaISA::GpuTLB::translationReturn().