|
Percepio Trace Recorder v4.11.0
|
Public trace entry table APIs. More...
#include <trcTypes.h>Go to the source code of this file.
Data Structures | |
| struct | TraceEntry |
Typedefs | |
| typedef struct TraceEntry | TraceEntry_t |
Functions | |
| traceResult | xTraceEntryCreate (TraceEntryHandle_t *pxEntryHandle) |
| Creates trace entry. | |
| traceResult | xTraceEntryDelete (TraceEntryHandle_t xEntryHandle) |
| Deletes trace entry. | |
| traceResult | xTraceEntryFind (const void *const pvAddress, TraceEntryHandle_t *pxEntryHandle) |
| Finds trace entry mapped to object address. | |
| traceResult | xTraceEntryGetCount (uint32_t *puiCount) |
| Gets the number of entries in the trace entry table. | |
| traceResult | xTraceEntryGetAtIndex (uint32_t index, TraceEntryHandle_t *pxEntryHandle) |
| Gets trace table entry at index. | |
| traceResult | xTraceEntrySetSymbol (const TraceEntryHandle_t xEntryHandle, const char *szSymbol, uint32_t uiLength) |
| Sets symbol for entry. | |
Public trace entry table APIs.