class::sys::TraceEvent
class sys::TraceEvent
: public api::InfoObject
The TraceEvent class holds the information that was fired in from a Trace.
Summary
[TraceEvent](#classsys_1_1_trace_event_1aa79ccf49bba53ed08ea8e7154d3c1b68)()
[TraceEvent](#classsys_1_1_trace_event_1a59b6ab5d7b19b70f9dcd7ab8c46d7a14)(
const link_trace_event_t & event
)
u16 id() const
var::String message() const
u16 pid() const
u32 program_address() const
u16 thread_id() const
chrono::ClockTime timestamp() const
Members
TraceEvent()
TraceEvent(
const link_trace_event_t & event
)
u16 id() const
Returns the trace id.
var::String message() const
Returns the trace’s message.
u16 pid() const
Returns the process id.
u32 program_address() const
Returns the program address where the trace was fired.
u16 thread_id() const
Returns the thread id.
chrono::ClockTime timestamp() const
Returns the timestamp when the trace was fired.