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

Public trace thread APIs. More...

#include <trcTypes.h>

Go to the source code of this file.

Macros

#define xTraceThreadRegister(szName, uxPriority, uxProcess, pxThreadHandle)
 Register trace thread in the trace.
#define xTraceThreadRegisterWithoutHandle(pvThread, szName, uxPriority, uxProcess)
 Registers trace thread without trace thread handle.
#define xTraceThreadUnregister(xThreadHandle, uxPriority)
 Unregister trace thread from trace.
#define xTraceThreadUnregisterWithoutHandle(pvThread, uxPriority)
 Unregisters trace thread without trace thread handle.
#define xTraceThreadSetPriority(xThreadHandle, uxPriority)
 Sets trace thread priority.
#define xTraceThreadSetPriorityWithoutHandle(pvThread, uxPriority)
 Sets trace thread priority without trace thread handle.
#define xTraceThreadSwitch(xThread, uxPriority)
 Registers trace thread switch event.

Detailed Description

Public trace thread APIs.