![]() |
TIOVX User Guide
|
Implementation of real-time trace log API. More...
Go to the source code of this file.
Functions | |
| void | ownLogRtInit () |
| Init run-time logger module. More... | |
| void | ownLogRtResetShm (void *shm_base, uint32_t shm_size) |
| Reset shared memory used for logging. More... | |
| void | ownLogRtTraceNodeExeStart (uint64_t timestamp, tivx_obj_desc_node_t *node_obj_desc) |
| Log trace on node execute start. | |
| void | ownLogRtTraceNodeExeEnd (uint64_t timestamp, tivx_obj_desc_node_t *node_obj_desc) |
| Log trace on node execute end. | |
| void | ownLogRtTraceGraphExeStart (uint64_t timestamp, tivx_obj_desc_graph_t *graph_obj_desc) |
| Log trace on graph execute start. | |
| void | ownLogRtTraceGraphExeEnd (uint64_t timestamp, tivx_obj_desc_graph_t *graph_obj_desc) |
| Log trace on graph execute end. | |
| void | ownLogRtTraceTargetExeStart (tivx_target target, const tivx_obj_desc_t *obj_desc) |
| Log trace on target execute start. | |
| void | ownLogRtTraceTargetExeEnd (tivx_target target, const tivx_obj_desc_t *obj_desc) |
| Log trace on target execute end. | |
Implementation of real-time trace log API.
Definition in file tivx_log_rt_trace.h.