_drainManager | Drainable | private |
_drainState | Drainable | mutableprivate |
_params | SimObject | protected |
addOutstandingReqs(OutstandingReqTable &req_table, Addr addr, int lane, Location loc, Value stored_val=AddressManager::INVALID_VALUE) | TesterThread | protected |
addrManager | TesterThread | protected |
addStat(Stats::Info *info) | Stats::Group | |
addStatGroup(const char *name, Group *block) | Stats::Group | |
attachTesterThreadToPorts(ProtocolTester *_tester, ProtocolTester::SeqPort *_port, ProtocolTester::GMTokenPort *_tokenPort=nullptr, ProtocolTester::SeqPort *_sqcPort=nullptr, ProtocolTester::SeqPort *_scalarPort=nullptr) | TesterThread | |
checkDeadlock() | TesterThread | |
checkDRF(Location atomic_loc, Location loc, bool isStore) const | TesterThread | |
clockDomain | Clocked | private |
Clocked(ClockDomain &clk_domain) | Clocked | inlineprotected |
Clocked(Clocked &)=delete | Clocked | protected |
clockEdge(Cycles cycles=Cycles(0)) const | Clocked | inline |
ClockedObject(const ClockedObjectParams &p) | ClockedObject | |
clockPeriod() const | Clocked | inline |
clockPeriodUpdated() | Clocked | inlineprotectedvirtual |
curAction | TesterThread | protected |
curCycle() const | Clocked | inline |
curEpisode | TesterThread | protected |
currentSection() | Serializable | static |
cycle | Clocked | mutableprivate |
cyclesToTicks(Cycles c) const | Clocked | inline |
deadlockCheckEvent | TesterThread | protected |
deadlockThreshold | TesterThread | protected |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
dmDrain() | Drainable | private |
dmDrainResume() | Drainable | private |
drain() override | SimObject | inlinevirtual |
Drainable() | Drainable | protected |
drainResume() | Drainable | inlineprotectedvirtual |
drainState() const | Drainable | inline |
EpisodeHistory typedef | TesterThread | protected |
episodeHistory | TesterThread | protected |
EventManager(EventManager &em) | EventManager | inline |
EventManager(EventManager *em) | EventManager | inline |
EventManager(EventQueue *eq) | EventManager | inline |
eventq | EventManager | protected |
eventQueue() const | EventManager | inline |
find(const char *name) | SimObject | static |
frequency() const | Clocked | inline |
getName() const | TesterThread | inline |
getNumLanes() const | TesterThread | inline |
getPort(const std::string &if_name, PortID idx=InvalidPortID) | SimObject | virtual |
getProbeManager() | SimObject | |
getStatGroups() const | Stats::Group | |
getStats() const | Stats::Group | |
getTesterThreadId() const | TesterThread | inline |
Group()=delete | Stats::Group | |
Group(const Group &)=delete | Stats::Group | |
Group(Group *parent, const char *name=nullptr) | Stats::Group | |
hitCallback(PacketPtr pkt)=0 | TesterThread | pure virtual |
init() | SimObject | virtual |
initState() | SimObject | virtual |
isNextActionReady() | TesterThread | protected |
issueAcquireOp()=0 | TesterThread | protectedpure virtual |
issueAtomicOps()=0 | TesterThread | protectedpure virtual |
issueLoadOps()=0 | TesterThread | protectedpure virtual |
issueNewEpisode() | TesterThread | protected |
issueNextAction() | TesterThread | protected |
issueReleaseOp()=0 | TesterThread | protectedpure virtual |
issueStoreOps()=0 | TesterThread | protectedpure virtual |
lastActiveCycle | TesterThread | protected |
loadState(CheckpointIn &cp) | SimObject | virtual |
Location typedef | TesterThread | |
memInvalidate() | SimObject | inlinevirtual |
memWriteback() | SimObject | inlinevirtual |
mergedParent | Stats::Group | private |
mergedStatGroups | Stats::Group | private |
mergeStatGroup(Group *block) | Stats::Group | |
name() const | SimObject | inlinevirtual |
nextCycle() const | Clocked | inline |
notifyFork() | Drainable | inlinevirtual |
numLanes | TesterThread | protected |
SimObject::operator=(const Group &)=delete | Stats::Group | |
Clocked::operator=(Clocked &)=delete | Clocked | protected |
outstandingAtomics | TesterThread | protected |
outstandingLoads | TesterThread | protected |
OutstandingReqList typedef | TesterThread | protected |
OutstandingReqTable typedef | TesterThread | protected |
outstandingStores | TesterThread | protected |
params() const | SimObject | inline |
Params typedef | TesterThread | |
path | Serializable | privatestatic |
pendingAtomicCount | TesterThread | protected |
pendingFenceCount | TesterThread | protected |
pendingLdStCount | TesterThread | protected |
popOutstandingReq(OutstandingReqTable &req_table, Addr address) | TesterThread | protected |
port | TesterThread | protected |
powerState | ClockedObject | |
preDumpStats() | Stats::Group | virtual |
printAllOutstandingReqs(std::stringstream &ss) const | TesterThread | |
printOutstandingReqs(const OutstandingReqTable &table, std::stringstream &ss) const | TesterThread | protected |
probeManager | SimObject | private |
regProbeListeners() | SimObject | virtual |
regProbePoints() | SimObject | virtual |
regStats() | Stats::Group | virtual |
reschedule(Event &event, Tick when, bool always=false) | EventManager | inline |
reschedule(Event *event, Tick when, bool always=false) | EventManager | inline |
resetClock() const | Clocked | inlineprotected |
resetStats() | Stats::Group | virtual |
resolveStat(std::string name) const | Stats::Group | |
scalarPort | TesterThread | protected |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
scheduleDeadlockCheckEvent() | TesterThread | |
scheduleWakeup() | TesterThread | |
Serializable() | Serializable | |
serialize(CheckpointOut &cp) const override | ClockedObject | virtual |
serializeAll(CheckpointOut &cp) | SimObject | static |
Serializable::serializeAll(const std::string &cpt_dir) | Serializable | static |
serializeSection(CheckpointOut &cp, const char *name) const | Serializable | |
serializeSection(CheckpointOut &cp, const std::string &name) const | Serializable | inline |
setCurTick(Tick newVal) | EventManager | inline |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params &p) | SimObject | |
simObjectList | SimObject | privatestatic |
SimObjectList typedef | SimObject | private |
sqcPort | TesterThread | protected |
startup() | SimObject | virtual |
statGroups | Stats::Group | private |
stats | Stats::Group | private |
tester | TesterThread | protected |
TesterThread(const Params &p) | TesterThread | |
threadEvent | TesterThread | protected |
threadId | TesterThread | protected |
threadName | TesterThread | protected |
tick | Clocked | mutableprivate |
ticksToCycles(Tick t) const | Clocked | inline |
tokenPort | TesterThread | protected |
unserialize(CheckpointIn &cp) override | ClockedObject | virtual |
unserializeGlobals(CheckpointIn &cp) | Serializable | static |
unserializeSection(CheckpointIn &cp, const char *name) | Serializable | |
unserializeSection(CheckpointIn &cp, const std::string &name) | Serializable | inline |
update() const | Clocked | inlineprivate |
updateClockPeriod() | Clocked | inline |
validateAtomicResp(Location loc, int lane, Value ret_val) | TesterThread | protected |
validateLoadResp(Location loc, int lane, Value ret_val) | TesterThread | protected |
Value typedef | TesterThread | |
voltage() const | Clocked | inline |
wakeup() | TesterThread | |
wakeupEventQueue(Tick when=(Tick) -1) | EventManager | inline |
~Clocked() | Clocked | inlineprotectedvirtual |
~Drainable() | Drainable | protectedvirtual |
~Group() | Stats::Group | virtual |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |
~TesterThread() | TesterThread | virtual |