gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::VegaISA::GpuTLB::VegaTLBStats Struct Reference

#include <tlb.hh>

Inheritance diagram for gem5::VegaISA::GpuTLB::VegaTLBStats:
gem5::statistics::Group

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. 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 (statistics::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

statistics::Scalar maxDownstreamReached
 
statistics::Scalar outstandingReqsMax
 
statistics::Scalar localNumTLBAccesses
 
statistics::Scalar localNumTLBHits
 
statistics::Scalar localNumTLBMisses
 
statistics::Formula localTLBMissRate
 
statistics::Scalar globalNumTLBAccesses
 
statistics::Scalar globalNumTLBHits
 
statistics::Scalar globalNumTLBMisses
 
statistics::Formula globalTLBMissRate
 
statistics::Scalar accessCycles
 
statistics::Scalar pageTableCycles
 
statistics::Scalar localCycles
 
statistics::Formula localLatency
 

Detailed Description

Definition at line 157 of file tlb.hh.

Constructor & Destructor Documentation

◆ VegaTLBStats()

gem5::VegaISA::GpuTLB::VegaTLBStats::VegaTLBStats ( statistics::Group parent)

Member Data Documentation

◆ accessCycles

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::accessCycles

◆ globalNumTLBAccesses

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::globalNumTLBAccesses

Definition at line 174 of file tlb.hh.

Referenced by gem5::VegaISA::GpuTLB::issueTLBLookup(), and VegaTLBStats().

◆ globalNumTLBHits

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::globalNumTLBHits

Definition at line 175 of file tlb.hh.

Referenced by gem5::VegaISA::GpuTLB::issueTLBLookup().

◆ globalNumTLBMisses

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::globalNumTLBMisses

Definition at line 176 of file tlb.hh.

Referenced by gem5::VegaISA::GpuTLB::issueTLBLookup(), and VegaTLBStats().

◆ globalTLBMissRate

statistics::Formula gem5::VegaISA::GpuTLB::VegaTLBStats::globalTLBMissRate

Definition at line 177 of file tlb.hh.

Referenced by VegaTLBStats().

◆ localCycles

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::localCycles

◆ localLatency

statistics::Formula gem5::VegaISA::GpuTLB::VegaTLBStats::localLatency

Definition at line 185 of file tlb.hh.

Referenced by VegaTLBStats().

◆ localNumTLBAccesses

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::localNumTLBAccesses

Definition at line 166 of file tlb.hh.

Referenced by gem5::VegaISA::GpuTLB::tlbLookup(), and VegaTLBStats().

◆ localNumTLBHits

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::localNumTLBHits

Definition at line 167 of file tlb.hh.

Referenced by gem5::VegaISA::GpuTLB::tlbLookup().

◆ localNumTLBMisses

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::localNumTLBMisses

Definition at line 168 of file tlb.hh.

Referenced by gem5::VegaISA::GpuTLB::tlbLookup(), and VegaTLBStats().

◆ localTLBMissRate

statistics::Formula gem5::VegaISA::GpuTLB::VegaTLBStats::localTLBMissRate

Definition at line 169 of file tlb.hh.

Referenced by VegaTLBStats().

◆ maxDownstreamReached

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::maxDownstreamReached

Definition at line 161 of file tlb.hh.

◆ outstandingReqsMax

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::outstandingReqsMax

Definition at line 162 of file tlb.hh.

◆ pageTableCycles

statistics::Scalar gem5::VegaISA::GpuTLB::VegaTLBStats::pageTableCycles

Definition at line 181 of file tlb.hh.

Referenced by gem5::VegaISA::GpuTLB::translationReturn().


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

Generated on Wed Dec 21 2022 10:25:03 for gem5 by doxygen 1.9.1