16#ifndef SIMICS_SYSTEMC_TRACE_MONITOR_INTERFACE_H
17#define SIMICS_SYSTEMC_TRACE_MONITOR_INTERFACE_H
24#define INTC_TRIGGER_PROCESS_ACTIVATION "process activation"
25#define INTC_TRIGGER_EVENT_TRIGGERED "event triggered"
26#define INTC_TRIGGER_ASYNC_REQUEST_UPDATE "async_request_update"
27#define INTC_TRIGGER_DELTA_CYCLE_COMPLETED "delta_cycle_completed"
34 const char *class_type,
36 const sc_core::sc_time &ts) = 0;
51 const char *event_type,
52 const char *event_class_type,
54 const sc_core::sc_time &ts) = 0;
Definition: trace_monitor_interface.h:30
virtual ~EventCallbackInterface()
Definition: trace_monitor_interface.h:32
virtual void event_callback(const char *event_type, const char *class_type, void *object, const sc_core::sc_time &ts)=0
Definition: trace_monitor_interface.h:40
virtual void kernel_callback(int kernel_event_type, const char *event_type, const char *event_class_type, void *event_object, const sc_core::sc_time &ts)=0
virtual ~TraceMonitorInterface()
Definition: trace_monitor_interface.h:55
virtual void unsubscribeAllDynamic(const char *event_type, EventCallbackInterface *callback)=0
virtual void subscribeAllDynamic(const char *event_type, EventCallbackInterface *callback)=0
virtual void subscribe(const char *event_type, const void *obj, EventCallbackInterface *callback, bool trace)=0
Definition: pci_bus_interface.h:24