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

#include <tlb.hh>

Inheritance diagram for RiscvISA::TLB::TlbStats:
Stats::Group

Public Member Functions

 TlbStats (Stats::Group *parent)
 
- Public Member Functions inherited from Stats::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 (Stats::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...
 
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 

Public Attributes

Stats::Scalar read_hits
 
Stats::Scalar read_misses
 
Stats::Scalar read_acv
 
Stats::Scalar read_accesses
 
Stats::Scalar write_hits
 
Stats::Scalar write_misses
 
Stats::Scalar write_acv
 
Stats::Scalar write_accesses
 
Stats::Formula hits
 
Stats::Formula misses
 
Stats::Formula accesses
 

Detailed Description

Definition at line 67 of file tlb.hh.

Constructor & Destructor Documentation

◆ TlbStats()

TLB::TlbStats::TlbStats ( Stats::Group parent)

Definition at line 499 of file tlb.cc.

Member Data Documentation

◆ accesses

Stats::Formula RiscvISA::TLB::TlbStats::accesses

Definition at line 81 of file tlb.hh.

◆ hits

Stats::Formula RiscvISA::TLB::TlbStats::hits

Definition at line 79 of file tlb.hh.

◆ misses

Stats::Formula RiscvISA::TLB::TlbStats::misses

Definition at line 80 of file tlb.hh.

◆ read_accesses

Stats::Scalar RiscvISA::TLB::TlbStats::read_accesses

Definition at line 73 of file tlb.hh.

Referenced by RiscvISA::TLB::lookup().

◆ read_acv

Stats::Scalar RiscvISA::TLB::TlbStats::read_acv

Definition at line 72 of file tlb.hh.

◆ read_hits

Stats::Scalar RiscvISA::TLB::TlbStats::read_hits

Definition at line 70 of file tlb.hh.

Referenced by RiscvISA::TLB::lookup().

◆ read_misses

Stats::Scalar RiscvISA::TLB::TlbStats::read_misses

Definition at line 71 of file tlb.hh.

Referenced by RiscvISA::TLB::lookup().

◆ write_accesses

Stats::Scalar RiscvISA::TLB::TlbStats::write_accesses

Definition at line 77 of file tlb.hh.

Referenced by RiscvISA::TLB::lookup().

◆ write_acv

Stats::Scalar RiscvISA::TLB::TlbStats::write_acv

Definition at line 76 of file tlb.hh.

◆ write_hits

Stats::Scalar RiscvISA::TLB::TlbStats::write_hits

Definition at line 74 of file tlb.hh.

Referenced by RiscvISA::TLB::lookup().

◆ write_misses

Stats::Scalar RiscvISA::TLB::TlbStats::write_misses

Definition at line 75 of file tlb.hh.

Referenced by RiscvISA::TLB::lookup().


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

Generated on Wed Sep 30 2020 14:03:08 for gem5 by doxygen 1.8.17