gem5
v20.1.0.0
|
#include <fs_workload.hh>
Public Member Functions | |
void | returnFromFuncIn (ThreadContext *tc) override |
SkipFuncBase (PCEventScope *s, const std::string &desc, Addr addr) | |
Public Member Functions inherited from SkipFuncBase | |
SkipFuncBase (PCEventScope *s, const std::string &desc, Addr addr) | |
void | process (ThreadContext *tc) override |
Public Member Functions inherited from PCEvent | |
PCEvent (PCEventScope *q, const std::string &desc, Addr pc) | |
virtual | ~PCEvent () |
virtual const std::string | name () const |
std::string | descr () const |
Addr | pc () const |
bool | remove () |
Additional Inherited Members | |
Protected Attributes inherited from PCEvent | |
std::string | description |
PCEventScope * | scope |
Addr | evpc |
Definition at line 55 of file fs_workload.hh.
|
overridevirtual |
Implements SkipFuncBase.
Definition at line 55 of file fs_workload.cc.
References ThreadContext::getCheckerCpuPtr(), ArmISA::inAArch64(), ArmISA::INTREG_X30, ThreadContext::pcState(), ThreadContext::pcStateNoRecord(), ThreadContext::readIntReg(), ArmISA::ReturnAddressReg, and ULL.
|
inline |
Definition at line 40 of file system_events.hh.