Percepio Trace Recorder  v4.6.6
trcPrint.h File Reference

Public trace print APIs. More...

#include <stdarg.h>
#include <trcTypes.h>

Go to the source code of this file.

Functions

traceResult xTracePrint (TraceStringHandle_t xChannel, const char *szString)
 Generate "User Events" with unformatted text. More...
 
traceResult xTraceConsoleChannelPrintF (const char *szFormat,...)
 Wrapper for vTracePrintF for printing to default channel. More...
 
traceResult xTracePrintF (TraceStringHandle_t xChannel, const char *szFormat,...)
 Generates "User Events" with formatted text and data. More...
 
traceResult xTraceVPrintF (TraceStringHandle_t xChannel, const char *szFormat, va_list xVL)
 Generates "User Events" with formatted text and data. More...
 

Detailed Description

Public trace print APIs.