gem5
v20.0.0.3
|
#include <Sequencer.hh>
Public Types | |
typedef RubySequencerParams | Params |
![]() | |
typedef RubyPortParams | Params |
![]() | |
typedef ClockedObjectParams | Params |
Parameters of ClockedObject. More... | |
![]() | |
typedef SimObjectParams | Params |
Public Member Functions | |
Sequencer (const Params *) | |
~Sequencer () | |
void | writeCallbackScFail (Addr address, DataBlock &data) |
Proxy function to writeCallback that first invalidates the line address in the local monitor. More... | |
void | wakeup () |
void | resetStats () override |
Callback to reset stats. More... | |
void | collateStats () |
void | regStats () override |
Callback to set stat parameters. More... | |
void | writeCallback (Addr address, DataBlock &data, const bool externalHit=false, const MachineType mach=MachineType_NUM, const Cycles initialRequestTime=Cycles(0), const Cycles forwardRequestTime=Cycles(0), const Cycles firstResponseTime=Cycles(0)) |
void | readCallback (Addr address, DataBlock &data, const bool externalHit=false, const MachineType mach=MachineType_NUM, const Cycles initialRequestTime=Cycles(0), const Cycles forwardRequestTime=Cycles(0), const Cycles firstResponseTime=Cycles(0)) |
RequestStatus | makeRequest (PacketPtr pkt) override |
bool | empty () const |
int | outstandingCount () const override |
bool | isDeadlockEventScheduled () const override |
void | descheduleDeadlockEvent () override |
void | print (std::ostream &out) const |
void | checkCoherence (Addr address) |
void | markRemoved () |
void | evictionCallback (Addr address) |
int | coreId () const |
virtual int | functionalWrite (Packet *func_pkt) override |
void | recordRequestType (SequencerRequestType requestType) |
Stats::Histogram & | getOutstandReqHist () |
Stats::Histogram & | getLatencyHist () |
Stats::Histogram & | getTypeLatencyHist (uint32_t t) |
Stats::Histogram & | getHitLatencyHist () |
Stats::Histogram & | getHitTypeLatencyHist (uint32_t t) |
Stats::Histogram & | getHitMachLatencyHist (uint32_t t) |
Stats::Histogram & | getHitTypeMachLatencyHist (uint32_t r, uint32_t t) |
Stats::Histogram & | getMissLatencyHist () |
Stats::Histogram & | getMissTypeLatencyHist (uint32_t t) |
Stats::Histogram & | getMissMachLatencyHist (uint32_t t) const |
Stats::Histogram & | getMissTypeMachLatencyHist (uint32_t r, uint32_t t) const |
Stats::Histogram & | getIssueToInitialDelayHist (uint32_t t) const |
Stats::Histogram & | getInitialToForwardDelayHist (const MachineType t) const |
Stats::Histogram & | getForwardRequestToFirstResponseHist (const MachineType t) const |
Stats::Histogram & | getFirstResponseToCompletionDelayHist (const MachineType t) const |
Stats::Counter | getIncompleteTimes (const MachineType t) const |
bool | llscCheckMonitor (const Addr) |
Searches for cache line address in the global monitor tagged with this Sequencer object's version id. More... | |
![]() | |
RubyPort (const Params *p) | |
virtual | ~RubyPort () |
void | init () override |
init() is called after all C++ SimObjects have been created and all ports are connected. More... | |
Port & | getPort (const std::string &if_name, PortID idx=InvalidPortID) override |
Get a port with a given name and index. More... | |
void | setController (AbstractController *_cntrl) |
uint32_t | getId () |
DrainState | drain () override |
Notify an object that it needs to drain its state. More... | |
bool | isCPUSequencer () |
![]() | |
ClockedObject (const ClockedObjectParams *p) | |
const Params * | params () const |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
![]() | |
virtual | ~SimObject () |
virtual const std::string | name () const |
virtual void | loadState (CheckpointIn &cp) |
loadState() is called on each SimObject when restoring from a checkpoint. More... | |
virtual void | initState () |
initState() is called on each SimObject when not restoring from a checkpoint. More... | |
virtual void | regProbePoints () |
Register probe points for this object. More... | |
virtual void | regProbeListeners () |
Register probe listeners for this object. More... | |
ProbeManager * | getProbeManager () |
Get the probe manager for this object. More... | |
virtual void | startup () |
startup() is the final initialization call before simulation. More... | |
DrainState | drain () override |
Provide a default implementation of the drain interface for objects that don't need draining. More... | |
virtual void | memWriteback () |
Write back dirty buffers to memory using functional writes. More... | |
virtual void | memInvalidate () |
Invalidate the contents of memory buffers. More... | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
const Params * | params () const |
SimObject (const Params *_params) | |
![]() | |
EventQueue * | eventQueue () const |
void | schedule (Event &event, Tick when) |
void | deschedule (Event &event) |
void | reschedule (Event &event, Tick when, bool always=false) |
void | schedule (Event *event, Tick when) |
void | deschedule (Event *event) |
void | reschedule (Event *event, Tick when, bool always=false) |
void | wakeupEventQueue (Tick when=(Tick) -1) |
void | setCurTick (Tick newVal) |
EventManager (EventManager &em) | |
EventManager (EventManager *em) | |
EventManager (EventQueue *eq) | |
![]() | |
Serializable () | |
virtual | ~Serializable () |
void | serializeSection (CheckpointOut &cp, const char *name) const |
Serialize an object into a new section. More... | |
void | serializeSection (CheckpointOut &cp, const std::string &name) const |
void | unserializeSection (CheckpointIn &cp, const char *name) |
Unserialize an a child object. More... | |
void | unserializeSection (CheckpointIn &cp, const std::string &name) |
![]() | |
DrainState | drainState () const |
Return the current drain state of an object. More... | |
virtual void | notifyFork () |
Notify a child process of a fork. More... | |
![]() | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. More... | |
virtual | ~Group () |
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 Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. More... | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
![]() | |
void | updateClockPeriod () |
Update the tick to the current tick. More... | |
Tick | clockEdge (Cycles cycles=Cycles(0)) const |
Determine the tick when a cycle begins, by default the current one, but the argument also enables the caller to determine a future cycle. More... | |
Cycles | curCycle () const |
Determine the current cycle, corresponding to a tick aligned to a clock edge. More... | |
Tick | nextCycle () const |
Based on the clock of the object, determine the start tick of the first cycle that is at least one cycle in the future. More... | |
uint64_t | frequency () const |
Tick | clockPeriod () const |
double | voltage () const |
Cycles | ticksToCycles (Tick t) const |
Tick | cyclesToTicks (Cycles c) const |
Private Member Functions | |
void | issueRequest (PacketPtr pkt, RubyRequestType type) |
void | hitCallback (SequencerRequest *srequest, DataBlock &data, bool llscSuccess, const MachineType mach, const bool externalHit, const Cycles initialRequestTime, const Cycles forwardRequestTime, const Cycles firstResponseTime) |
void | recordMissLatency (SequencerRequest *srequest, bool llscSuccess, const MachineType respondingMach, bool isExternalHit, Cycles initialRequestTime, Cycles forwardRequestTime, Cycles firstResponseTime) |
RequestStatus | insertRequest (PacketPtr pkt, RubyRequestType primary_type, RubyRequestType secondary_type) |
Sequencer (const Sequencer &obj) | |
Sequencer & | operator= (const Sequencer &obj) |
void | llscLoadLinked (const Addr) |
Places the cache line address into the global monitor tagged with this Sequencer object's version id. More... | |
void | llscClearMonitor (const Addr) |
Removes the cache line address from the global monitor. More... | |
bool | llscStoreConditional (const Addr) |
Searches for cache line address in the global monitor tagged with this Sequencer object's version id. More... | |
Additional Inherited Members | |
![]() | |
static void | serializeAll (CheckpointOut &cp) |
Serialize all SimObjects in the system. More... | |
static SimObject * | find (const char *name) |
Find the SimObject with the given name and return a pointer to it. More... | |
![]() | |
static const std::string & | currentSection () |
Gets the fully-qualified name of the active section. More... | |
static void | serializeAll (const std::string &cpt_dir) |
static void | unserializeGlobals (CheckpointIn &cp) |
![]() | |
PowerState * | powerState |
![]() | |
void | trySendRetries () |
void | ruby_hit_callback (PacketPtr pkt) |
void | testDrainComplete () |
void | ruby_eviction_callback (Addr address) |
bool | recvTimingResp (PacketPtr pkt, PortID master_port_id) |
Called by the PIO port when receiving a timing response. More... | |
![]() | |
Drainable () | |
virtual | ~Drainable () |
virtual void | drainResume () |
Resume execution after a successful drain. More... | |
void | signalDrainDone () const |
Signal that an object is drained. More... | |
![]() | |
Clocked (ClockDomain &clk_domain) | |
Create a clocked object and set the clock domain based on the parameters. More... | |
Clocked (Clocked &)=delete | |
Clocked & | operator= (Clocked &)=delete |
virtual | ~Clocked () |
Virtual destructor due to inheritance. More... | |
void | resetClock () const |
Reset the object's clock using the current global tick value. More... | |
virtual void | clockPeriodUpdated () |
A hook subclasses can implement so they can do any extra work that's needed when the clock rate is changed. More... | |
![]() | |
RubySystem * | m_ruby_system |
uint32_t | m_version |
AbstractController * | m_controller |
MessageBuffer * | m_mandatory_q_ptr |
bool | m_usingRubyTester |
System * | system |
std::vector< MemSlavePort * > | slave_ports |
![]() | |
const SimObjectParams * | _params |
Cached copy of the object parameters. More... | |
![]() | |
EventQueue * | eventq |
A pointer to this object's event queue. More... | |
Definition at line 80 of file Sequencer.hh.
typedef RubySequencerParams Sequencer::Params |
Definition at line 83 of file Sequencer.hh.
Sequencer::Sequencer | ( | const Params * | p | ) |
Definition at line 69 of file Sequencer.cc.
References m_coreId, m_dataCache_ptr, m_deadlock_threshold, m_instCache_ptr, m_max_outstanding_requests, m_outstanding_count, m_runningGarnetStandalone, MipsISA::p, and wakeup().
Sequencer::~Sequencer | ( | ) |
Definition at line 89 of file Sequencer.cc.
|
private |
void Sequencer::checkCoherence | ( | Addr | address | ) |
Definition at line 745 of file Sequencer.cc.
void Sequencer::collateStats | ( | ) |
|
inline |
Definition at line 131 of file Sequencer.hh.
References SequencerRequest::functionalWrite().
Referenced by issueRequest().
|
inlineoverridevirtual |
Implements RubyPort.
Definition at line 123 of file Sequencer.hh.
bool Sequencer::empty | ( | ) | const |
Definition at line 564 of file Sequencer.cc.
References m_RequestTable.
void Sequencer::evictionCallback | ( | Addr | address | ) |
Definition at line 756 of file Sequencer.cc.
References llscClearMonitor(), and RubyPort::ruby_eviction_callback().
|
overridevirtual |
Reimplemented from RubyPort.
Definition at line 187 of file Sequencer.cc.
References RubyPort::functionalWrite(), and m_RequestTable.
|
inline |
Definition at line 176 of file Sequencer.hh.
References ArmISA::t.
|
inline |
Definition at line 172 of file Sequencer.hh.
References ArmISA::t.
|
inline |
Definition at line 142 of file Sequencer.hh.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 146 of file Sequencer.hh.
References ArmISA::t.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 143 of file Sequencer.hh.
References ArmISA::t.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 149 of file Sequencer.hh.
References MipsISA::r, and ArmISA::t.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 179 of file Sequencer.hh.
References SequencerRequest::pkt, ArmISA::t, and type.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 168 of file Sequencer.hh.
References ArmISA::t.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 164 of file Sequencer.hh.
References ArmISA::t.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 138 of file Sequencer.hh.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 152 of file Sequencer.hh.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 157 of file Sequencer.hh.
References ArmISA::t.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 154 of file Sequencer.hh.
References ArmISA::t.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 161 of file Sequencer.hh.
References MipsISA::r, and ArmISA::t.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 136 of file Sequencer.hh.
Referenced by Profiler::collateStats().
|
inline |
Definition at line 139 of file Sequencer.hh.
References ArmISA::t.
Referenced by Profiler::collateStats().
|
private |
Definition at line 486 of file Sequencer.cc.
References Packet::cmdString(), DPRINTF, CacheRecorder::enqueueNextFetchRequest(), CacheRecorder::enqueueNextFlushRequest(), Packet::findNextSenderState(), Packet::getAddr(), Packet::getConstPtr(), RubySystem::getCooldownEnabled(), DataBlock::getData(), getOffset(), Packet::getSize(), RubySystem::getWarmupEnabled(), Packet::isFlush(), llscLoadLinked(), RubySystem::m_cache_recorder, RubyPort::m_ruby_system, SequencerRequest::m_type, RubyPort::m_usingRubyTester, makeLineAddress(), SequencerRequest::pkt, Packet::req, ArmISA::rs, RubyPort::ruby_hit_callback(), DataBlock::setData(), Packet::setData(), RubyPort::testDrainComplete(), type, warn_once, and Packet::writeData().
Referenced by readCallback(), and writeCallback().
|
private |
Definition at line 233 of file Sequencer.cc.
References Clocked::clockEdge(), Clocked::curCycle(), deadlockCheckEvent, Draining, Drainable::drainState(), Packet::getAddr(), m_deadlock_threshold, m_outstanding_count, m_outstandReqHist, m_RequestTable, makeLineAddress(), Stats::DistBase< Derived, Stor >::sample(), EventManager::schedule(), and Event::scheduled().
Referenced by makeRequest().
|
inlineoverridevirtual |
Implements RubyPort.
Definition at line 120 of file Sequencer.hh.
|
private |
Definition at line 680 of file Sequencer.cc.
References Clocked::clockEdge(), coreId(), curTick(), Clocked::cyclesToTicks(), DPRINTFR, MessageBuffer::enqueue(), Packet::getAddr(), Packet::getPtr(), Packet::getSize(), InvalidContextID, Packet::isFlush(), RubyPort::m_controller, RubyPort::m_mandatory_q_ptr, RubyPort::m_version, AbstractController::mandatoryQueueLatency(), MipsISA::pc, printAddress(), and Packet::req.
Referenced by makeRequest(), and readCallback().
bool Sequencer::llscCheckMonitor | ( | const Addr | address | ) |
Searches for cache line address in the global monitor tagged with this Sequencer object's version id.
Definition at line 137 of file Sequencer.cc.
References AbstractCacheEntry::isLocked(), CacheMemory::lookup(), m_dataCache_ptr, RubyPort::m_version, and makeLineAddress().
|
private |
Removes the cache line address from the global monitor.
This is independent of this Sequencer object's version id.
Definition at line 105 of file Sequencer.cc.
References AbstractCacheEntry::clearLocked(), DPRINTF, AbstractCacheEntry::isLocked(), CacheMemory::lookup(), m_dataCache_ptr, and RubyPort::m_version.
Referenced by evictionCallback(), writeCallback(), and writeCallbackScFail().
|
private |
Places the cache line address into the global monitor tagged with this Sequencer object's version id.
Definition at line 94 of file Sequencer.cc.
References DPRINTF, CacheMemory::lookup(), m_dataCache_ptr, RubyPort::m_version, and AbstractCacheEntry::setLocked().
Referenced by hitCallback().
|
private |
Searches for cache line address in the global monitor tagged with this Sequencer object's version id.
If a match is found, the entry is is erased from the global monitor.
Definition at line 116 of file Sequencer.cc.
References AbstractCacheEntry::clearLocked(), DPRINTF, AbstractCacheEntry::isLocked(), CacheMemory::lookup(), m_dataCache_ptr, and RubyPort::m_version.
Referenced by writeCallback().
|
overridevirtual |
Implements RubyPort.
Definition at line 570 of file Sequencer.cc.
References DPRINTF, X86ISA::FlagShift, Packet::getAddr(), System::getArch(), insertRequest(), AbstractController::isBlocked(), Packet::isFlush(), Packet::isLLSC(), Packet::isRead(), issueRequest(), Packet::isWrite(), RubyPort::m_controller, m_max_outstanding_requests, m_outstanding_count, makeLineAddress(), panic, Packet::req, ArmISA::status, X86ISA::StoreCheck, and RubyPort::system.
Referenced by CacheRecorder::enqueueNextFetchRequest(), and CacheRecorder::enqueueNextFlushRequest().
void Sequencer::markRemoved | ( | ) |
Definition at line 259 of file Sequencer.cc.
References m_outstanding_count.
Referenced by readCallback(), and writeCallback().
|
inlineoverridevirtual |
Implements RubyPort.
Definition at line 118 of file Sequencer.hh.
void Sequencer::print | ( | std::ostream & | out | ) | const |
Definition at line 733 of file Sequencer.cc.
References m_outstanding_count, m_RequestTable, and RubyPort::m_version.
Referenced by operator<<().
void Sequencer::readCallback | ( | Addr | address, |
DataBlock & | data, | ||
const bool | externalHit = false , |
||
const MachineType | mach = MachineType_NUM , |
||
const Cycles | initialRequestTime = Cycles(0) , |
||
const Cycles | forwardRequestTime = Cycles(0) , |
||
const Cycles | firstResponseTime = Cycles(0) |
||
) |
Definition at line 431 of file Sequencer.cc.
References hitCallback(), issueRequest(), m_RequestTable, SequencerRequest::m_second_type, SequencerRequest::m_type, makeLineAddress(), markRemoved(), SequencerRequest::pkt, and recordMissLatency().
|
private |
Definition at line 265 of file Sequencer.cc.
References Clocked::curCycle(), curTick(), DPRINTFR, Packet::getAddr(), SequencerRequest::issue_time, m_FirstResponseToCompletionDelayHist, m_ForwardToFirstResponseDelayHist, m_hitLatencyHist, m_hitMachLatencyHist, m_hitTypeLatencyHist, m_hitTypeMachLatencyHist, m_IncompleteTimes, m_InitialToForwardDelayHist, m_IssueToInitialDelayHist, m_latencyHist, m_missLatencyHist, m_missMachLatencyHist, m_missTypeLatencyHist, m_missTypeMachLatencyHist, SequencerRequest::m_type, m_typeLatencyHist, RubyPort::m_version, SequencerRequest::pkt, printAddress(), Stats::DistBase< Derived, Stor >::sample(), and type.
Referenced by readCallback(), and writeCallback().
void Sequencer::recordRequestType | ( | SequencerRequestType | requestType | ) |
Definition at line 750 of file Sequencer.cc.
References DPRINTF.
|
overridevirtual |
Callback to set stat parameters.
This callback is typically used for complex stats (e.g., distributions) that need parameters in addition to a name and a description. Stat names and descriptions should typically be set from the constructor usingo from the constructor using the ADD_STAT macro.
Reimplemented from Stats::Group.
Definition at line 763 of file Sequencer.cc.
References ArmISA::i, Stats::Histogram::init(), ArmISA::j, m_FirstResponseToCompletionDelayHist, m_ForwardToFirstResponseDelayHist, m_hitLatencyHist, m_hitMachLatencyHist, m_hitTypeLatencyHist, m_hitTypeMachLatencyHist, m_InitialToForwardDelayHist, m_IssueToInitialDelayHist, m_latencyHist, m_missLatencyHist, m_missMachLatencyHist, m_missTypeLatencyHist, m_missTypeMachLatencyHist, m_outstandReqHist, m_typeLatencyHist, and Stats::Group::regStats().
|
overridevirtual |
Callback to reset stats.
Reimplemented from Stats::Group.
Definition at line 201 of file Sequencer.cc.
References ArmISA::i, ArmISA::j, m_FirstResponseToCompletionDelayHist, m_ForwardToFirstResponseDelayHist, m_hitLatencyHist, m_hitMachLatencyHist, m_hitTypeLatencyHist, m_hitTypeMachLatencyHist, m_IncompleteTimes, m_InitialToForwardDelayHist, m_IssueToInitialDelayHist, m_latencyHist, m_missLatencyHist, m_missMachLatencyHist, m_missTypeLatencyHist, m_missTypeMachLatencyHist, m_outstandReqHist, m_typeLatencyHist, and Stats::DistBase< Derived, Stor >::reset().
void Sequencer::wakeup | ( | ) |
Definition at line 152 of file Sequencer.cc.
References Clocked::clockEdge(), Clocked::clockPeriod(), Clocked::curCycle(), deadlockCheckEvent, Draining, Drainable::drainState(), m_deadlock_threshold, m_outstanding_count, m_RequestTable, RubyPort::m_version, panic, and EventManager::schedule().
Referenced by Sequencer().
void Sequencer::writeCallback | ( | Addr | address, |
DataBlock & | data, | ||
const bool | externalHit = false , |
||
const MachineType | mach = MachineType_NUM , |
||
const Cycles | initialRequestTime = Cycles(0) , |
||
const Cycles | forwardRequestTime = Cycles(0) , |
||
const Cycles | firstResponseTime = Cycles(0) |
||
) |
Definition at line 338 of file Sequencer.cc.
References AbstractController::blockOnQueue(), hitCallback(), llscClearMonitor(), llscStoreConditional(), RubyPort::m_controller, RubyPort::m_mandatory_q_ptr, m_RequestTable, SequencerRequest::m_type, makeLineAddress(), markRemoved(), SequencerRequest::pkt, recordMissLatency(), Packet::req, and AbstractController::unblock().
Referenced by writeCallbackScFail().
Proxy function to writeCallback that first invalidates the line address in the local monitor.
Definition at line 331 of file Sequencer.cc.
References llscClearMonitor(), and writeCallback().
|
private |
Definition at line 264 of file Sequencer.hh.
Referenced by insertRequest(), and wakeup().
|
private |
Definition at line 226 of file Sequencer.hh.
Referenced by Sequencer().
|
private |
Definition at line 216 of file Sequencer.hh.
|
private |
Definition at line 209 of file Sequencer.hh.
Referenced by llscCheckMonitor(), llscClearMonitor(), llscLoadLinked(), llscStoreConditional(), and Sequencer().
|
private |
Definition at line 224 of file Sequencer.hh.
|
private |
Definition at line 207 of file Sequencer.hh.
Referenced by insertRequest(), Sequencer(), and wakeup().
|
private |
Definition at line 261 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 260 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Histogram for holding latency profile of all requests that hit in the controller connected to this sequencer.
Definition at line 239 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Histograms for profiling the latencies for requests that did not required external messages.
Definition at line 244 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 240 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 245 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 262 of file Sequencer.hh.
Referenced by recordMissLatency(), and resetStats().
|
private |
Definition at line 259 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 217 of file Sequencer.hh.
|
private |
Definition at line 210 of file Sequencer.hh.
Referenced by Sequencer().
|
private |
Histograms for recording the breakdown of miss latency.
Definition at line 258 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Histogram for holding latency profile of all requests.
Definition at line 234 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 206 of file Sequencer.hh.
Referenced by makeRequest(), and Sequencer().
|
private |
Histogram for holding latency profile of all requests that miss in the controller connected to this sequencer.
Definition at line 249 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Histograms for profiling the latencies for requests that required external messages.
Definition at line 254 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 250 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 255 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().
|
private |
Definition at line 223 of file Sequencer.hh.
Referenced by insertRequest(), makeRequest(), markRemoved(), print(), Sequencer(), and wakeup().
|
private |
Histogram for number of outstanding requests per cycle.
Definition at line 231 of file Sequencer.hh.
Referenced by insertRequest(), regStats(), and resetStats().
|
private |
Definition at line 220 of file Sequencer.hh.
Referenced by empty(), functionalWrite(), insertRequest(), print(), readCallback(), wakeup(), and writeCallback().
|
private |
Definition at line 228 of file Sequencer.hh.
Referenced by Sequencer().
|
private |
Definition at line 235 of file Sequencer.hh.
Referenced by recordMissLatency(), regStats(), and resetStats().