Trace

mechanism

The trace handler prototype to be provided by the application to the OpenEM when activating the trace mechanism shall comply with the following prototype:

em_status_t (*ti_em_trace_handler_t)(ti_em_tscope_t tscope, ...)

In the curent implementation, the OpenEM assumes the trace of the following APIs to be associated to the following set of input parameters:

See also:
ti_em_trace_handler_t(), ti_em_register_trace_handler(), ti_em_unregister_trace_handler()