gem5 v24.1.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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.
 
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 InforesolveStat (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 (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 150 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 173 of file tlb.hh.

◆ flushedEntries

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

Definition at line 166 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 165 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 171 of file tlb.hh.

◆ inserts

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

Definition at line 164 of file tlb.hh.

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

◆ instAccesses

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

Definition at line 170 of file tlb.hh.

Referenced by TlbStats().

◆ instHits

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

Definition at line 158 of file tlb.hh.

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

◆ instMisses

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

Definition at line 159 of file tlb.hh.

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

◆ misses

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

Definition at line 172 of file tlb.hh.

◆ partialHits

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

Definition at line 157 of file tlb.hh.

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

◆ readAccesses

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

Definition at line 168 of file tlb.hh.

Referenced by TlbStats().

◆ readHits

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

Definition at line 160 of file tlb.hh.

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

◆ readMisses

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

Definition at line 161 of file tlb.hh.

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

◆ tlb

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

Definition at line 154 of file tlb.hh.

Referenced by TlbStats().

◆ writeAccesses

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

Definition at line 169 of file tlb.hh.

Referenced by TlbStats().

◆ writeHits

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

Definition at line 162 of file tlb.hh.

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

◆ writeMisses

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

Definition at line 163 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 Mon Jan 13 2025 04:29:04 for gem5 by doxygen 1.9.8