gem5 v25.0.0.1
Loading...
Searching...
No Matches
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 ()=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 150 of file tlb.hh.

Constructor & Destructor Documentation

◆ TlbStats()

Member Data Documentation

◆ accesses

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

Definition at line 173 of file tlb.hh.

Referenced by TlbStats().

◆ flushedEntries

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

Definition at line 166 of file tlb.hh.

Referenced by TlbStats().

◆ flushTlb

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

Definition at line 165 of file tlb.hh.

Referenced by TlbStats().

◆ hits

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

Definition at line 171 of file tlb.hh.

Referenced by TlbStats().

◆ inserts

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

Definition at line 164 of file tlb.hh.

Referenced by TlbStats().

◆ 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 TlbStats().

◆ instMisses

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

Definition at line 159 of file tlb.hh.

Referenced by TlbStats().

◆ misses

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

Definition at line 172 of file tlb.hh.

Referenced by TlbStats().

◆ partialHits

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

Definition at line 157 of file tlb.hh.

Referenced by 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 TlbStats().

◆ readMisses

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

Definition at line 161 of file tlb.hh.

Referenced by 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 TlbStats().

◆ writeMisses

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

Definition at line 163 of file tlb.hh.

Referenced by TlbStats().


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

Generated on Sat Oct 18 2025 08:06:57 for gem5 by doxygen 1.14.0