#include <trace_monitor_interface.h>
◆ ~TraceMonitorInterface()
virtual simics::systemc::TraceMonitorInterface::~TraceMonitorInterface |
( |
| ) |
|
|
inlinevirtual |
◆ kernel_callback()
virtual void simics::systemc::TraceMonitorInterface::kernel_callback |
( |
int |
kernel_event_type, |
|
|
const char * |
event_type, |
|
|
const char * |
event_class_type, |
|
|
void * |
event_object, |
|
|
const sc_core::sc_time & |
ts |
|
) |
| |
|
pure virtual |
◆ subscribe()
virtual void simics::systemc::TraceMonitorInterface::subscribe |
( |
const char * |
event_type, |
|
|
const void * |
obj, |
|
|
EventCallbackInterface * |
callback, |
|
|
bool |
trace |
|
) |
| |
|
pure virtual |
◆ subscribeAllDynamic()
virtual void simics::systemc::TraceMonitorInterface::subscribeAllDynamic |
( |
const char * |
event_type, |
|
|
EventCallbackInterface * |
callback |
|
) |
| |
|
pure virtual |
◆ unsubscribeAllDynamic()
virtual void simics::systemc::TraceMonitorInterface::unsubscribeAllDynamic |
( |
const char * |
event_type, |
|
|
EventCallbackInterface * |
callback |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: