gem5
|
#include <events.hh>
Public Member Functions | |
DebugPrintkEvent (PCEventQueue *q, const std::string &desc, Addr addr) | |
virtual void | process (ThreadContext *xc) |
Public Member Functions inherited from SkipFuncEvent | |
SkipFuncEvent (PCEventQueue *q, const std::string &desc, Addr addr) | |
Public Member Functions inherited from PCEvent | |
PCEvent (PCEventQueue *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 |
PCEventQueue * | queue |
Addr | evpc |
|
inline |
|
virtual |
Reimplemented from SkipFuncEvent.
Definition at line 64 of file events.cc.
References DPRINTFN, DTRACE, ThreadContext::getSystemPtr(), PCEvent::name(), SimObject::name(), Printk(), SkipFuncEvent::process(), and ArmISA::ss.