|
gem5
v19.0.0.0
|
#include <idle_event.hh>
Public Member Functions | |
| IdleStartEvent (PCEventScope *s, const std::string &desc, Addr addr) | |
| virtual void | process (ThreadContext *tc) |
| IdleStartEvent (PCEventScope *s, const std::string &desc, Addr addr) | |
| virtual void | process (ThreadContext *tc) |
| IdleStartEvent (PCEventScope *s, const std::string &desc, Addr addr) | |
| virtual void | process (ThreadContext *tc) |
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 38 of file idle_event.hh.
|
inline |
Definition at line 41 of file idle_event.hh.
References process().
|
inline |
Definition at line 41 of file idle_event.hh.
References process().
|
inline |
Definition at line 41 of file idle_event.hh.
References process().
|
virtual |
Implements PCEvent.
Definition at line 40 of file idle_event.cc.
References ThreadContext::getKernelStats(), AlphaISA::IPR_PALtemp23, ThreadContext::readMiscRegNoEffect(), and X86ISA::val.
Referenced by IdleStartEvent().
|
virtual |
Implements PCEvent.
|
virtual |
Implements PCEvent.