Percepio Trace Recorder v4.11.0
Loading...
Searching...
No Matches
trcRunnable.h File Reference

Public trace runnable APIs. More...

#include <trcTypes.h>

Go to the source code of this file.

Macros

#define xTraceRunnableStart(xRunnableHandle)
 Creates an event indicating a runnable started.
#define xTraceRunnableStop()
 Creates an event indicating a runnable stopped.
#define xTraceRunnableRegisterStaticSet(szName, uiMajor, uiMinor, uiPatch, uiRunnableCount, pxRunnableSetHandle)
 Registers a set of static runnables. Requires XML configuration to properly interpret.
#define xTraceRunnableStartStatic(xRunnableSetHandle, uiRunnableId)
 Start a static runnable. Requires XML configuration to properly interpret.
#define xTraceRunnableStopStatic()
 Stop a static runnable. Requires XML configuration to properly interpret.

Functions

traceResult xTraceRunnableRegister (const char *szName, TraceRunnableRegisterMethod_t uxRegisterMethod, TraceRunnableHandle_t *pxRunnableHandle)
 Registers a runnable. Can be called multiple times, will not create additional entries.

Detailed Description

Public trace runnable APIs.