gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::ArmISA::TLB::TlbStats Struct Reference

#include <tlb.hh>

Inheritance diagram for gem5::ArmISA::TLB::TlbStats:
gem5::statistics::Group

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. 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

const TLBtlb
 
statistics::Scalar partialHits
 
statistics::Scalar instHits
 
statistics::Scalar instMisses
 
statistics::Scalar readHits
 
statistics::Scalar readMisses
 
statistics::Scalar writeHits
 
statistics::Scalar writeMisses
 
statistics::Scalar inserts
 
statistics::Scalar flushTlb
 
statistics::Scalar flushedEntries
 
statistics::Formula readAccesses
 
statistics::Formula writeAccesses
 
statistics::Formula instAccesses
 
statistics::Formula hits
 
statistics::Formula misses
 
statistics::Formula accesses
 

Detailed Description

Definition at line 127 of file tlb.hh.

Constructor & Destructor Documentation

◆ TlbStats()

gem5::TLB::TlbStats::TlbStats ( TLB parent)

Member Data Documentation

◆ accesses

statistics::Formula gem5::ArmISA::TLB::TlbStats::accesses

Definition at line 150 of file tlb.hh.

◆ flushedEntries

statistics::Scalar gem5::ArmISA::TLB::TlbStats::flushedEntries
mutable

Definition at line 143 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::flush(), and gem5::ArmISA::TLB::flushAll().

◆ flushTlb

statistics::Scalar gem5::ArmISA::TLB::TlbStats::flushTlb
mutable

Definition at line 142 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::flush(), and gem5::ArmISA::TLB::flushAll().

◆ hits

statistics::Formula gem5::ArmISA::TLB::TlbStats::hits

Definition at line 148 of file tlb.hh.

◆ inserts

statistics::Scalar gem5::ArmISA::TLB::TlbStats::inserts
mutable

Definition at line 141 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::insert().

◆ instAccesses

statistics::Formula gem5::ArmISA::TLB::TlbStats::instAccesses

Definition at line 147 of file tlb.hh.

Referenced by TlbStats().

◆ instHits

statistics::Scalar gem5::ArmISA::TLB::TlbStats::instHits
mutable

Definition at line 135 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().

◆ instMisses

statistics::Scalar gem5::ArmISA::TLB::TlbStats::instMisses
mutable

Definition at line 136 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().

◆ misses

statistics::Formula gem5::ArmISA::TLB::TlbStats::misses

Definition at line 149 of file tlb.hh.

◆ partialHits

statistics::Scalar gem5::ArmISA::TLB::TlbStats::partialHits
mutable

Definition at line 134 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().

◆ readAccesses

statistics::Formula gem5::ArmISA::TLB::TlbStats::readAccesses

Definition at line 145 of file tlb.hh.

Referenced by TlbStats().

◆ readHits

statistics::Scalar gem5::ArmISA::TLB::TlbStats::readHits
mutable

Definition at line 137 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().

◆ readMisses

statistics::Scalar gem5::ArmISA::TLB::TlbStats::readMisses
mutable

Definition at line 138 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().

◆ tlb

const TLB& gem5::ArmISA::TLB::TlbStats::tlb

Definition at line 131 of file tlb.hh.

Referenced by TlbStats().

◆ writeAccesses

statistics::Formula gem5::ArmISA::TLB::TlbStats::writeAccesses

Definition at line 146 of file tlb.hh.

Referenced by TlbStats().

◆ writeHits

statistics::Scalar gem5::ArmISA::TLB::TlbStats::writeHits
mutable

Definition at line 139 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().

◆ writeMisses

statistics::Scalar gem5::ArmISA::TLB::TlbStats::writeMisses
mutable

Definition at line 140 of file tlb.hh.

Referenced by gem5::ArmISA::TLB::lookup(), and TlbStats().


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

Generated on Wed Dec 21 2022 10:23:36 for gem5 by doxygen 1.9.1