Codec Engine Tracing Utility

Defines

#define TRACEUTIL_SUCCESS   0
#define TRACEUTIL_FAILURE   -1

Functions

Int TraceUtil_start (String engineName)
 Begin using the TraceUtil module; create thread that periodically collects DSP trace.
Int TraceUtil_stop (Void)
 Finish using the TraceUtil module, stop the collecting thread.

Define Documentation

#define TRACEUTIL_SUCCESS   0

Success.

#define TRACEUTIL_FAILURE   -1

General system error.


Function Documentation

Int TraceUtil_start ( String  engineName  ) 

Begin using the TraceUtil module; create thread that periodically collects DSP trace.

Parameters:
[in] engineName Name of the engine. This uses the same name conventions as Engine_open()'s name.
Return values:
TRACEUTIL_SUCCESS Success.
TRACEUTIL_FAILURE Failed to initialize the necessary tracing resources.
See also:
TraceUtil_stop()
Int TraceUtil_stop ( Void   ) 

Finish using the TraceUtil module, stop the collecting thread.

Return values:
TRACEUTIL_SUCCESS Success.
TRACEUTIL_FAILURE Failed to free the necessary tracing resources.
See also:
TraceUtil_start()
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2010, Texas Instruments Incorporated