gem5
v19.0.0.0
|
#include <events.hh>
Public Member Functions | |
DebugPrintkEvent (PCEventScope *s, const std::string &desc, Addr addr) | |
virtual void | process (ThreadContext *xc) |
![]() | |
SkipFuncEvent (PCEventScope *s, const std::string &desc, Addr addr) | |
![]() | |
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 | |
![]() | |
std::string | description |
PCEventScope * | scope |
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.
Referenced by DebugPrintkEvent(), Linux::DmesgDumpEvent::DmesgDumpEvent(), Linux::KernelPanicEvent::KernelPanicEvent(), and Linux::UDelayEvent::UDelayEvent().