|
gem5 v25.0.0.1
|
#include <register_file.hh>
Public Member Functions | |
| RegisterFileStats (statistics::Group *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 Info * | resolveStat (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 | |
| Group & | operator= (const Group &)=delete |
Definition at line 155 of file register_file.hh.
| gem5::RegisterFile::RegisterFileStats::RegisterFileStats | ( | statistics::Group * | parent | ) |
Definition at line 193 of file register_file.cc.
References ADD_STAT, gem5::statistics::Group::Group(), registerReads, registerWrites, rfc_cache_read_hits, rfc_cache_write_hits, sramReads, and sramWrites.
| statistics::Scalar gem5::RegisterFile::RegisterFileStats::registerReads |
Definition at line 160 of file register_file.hh.
Referenced by RegisterFileStats().
| statistics::Scalar gem5::RegisterFile::RegisterFileStats::registerWrites |
Definition at line 166 of file register_file.hh.
Referenced by RegisterFileStats().
| statistics::Scalar gem5::RegisterFile::RegisterFileStats::rfc_cache_read_hits |
Definition at line 162 of file register_file.hh.
Referenced by RegisterFileStats().
| statistics::Scalar gem5::RegisterFile::RegisterFileStats::rfc_cache_write_hits |
Definition at line 163 of file register_file.hh.
Referenced by RegisterFileStats().
| statistics::Scalar gem5::RegisterFile::RegisterFileStats::sramReads |
Definition at line 171 of file register_file.hh.
Referenced by RegisterFileStats().
| statistics::Scalar gem5::RegisterFile::RegisterFileStats::sramWrites |
Definition at line 173 of file register_file.hh.
Referenced by RegisterFileStats().