|
Percepio Trace Recorder v4.11.0
|
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. | |
Public trace thread APIs.