Home
last modified time | relevance | path

Searched refs:xType (Results 1 – 3 of 3) sorted by relevance

/percepio-3.5.0/TraceRecorder/
DtrcDiagnostics.c38 traceResult xTraceDiagnosticsGet(TraceDiagnosticsType_t xType, TraceBaseType_t* pxValue) in xTraceDiagnosticsGet() argument
44 TRC_ASSERT((TraceUnsignedBaseType_t)xType < TRC_DIAGNOSTICS_COUNT); in xTraceDiagnosticsGet()
49 *pxValue = pxDiagnostics->metrics[(TraceUnsignedBaseType_t)xType]; in xTraceDiagnosticsGet()
54 traceResult xTraceDiagnosticsSet(TraceDiagnosticsType_t xType, TraceBaseType_t xValue) in xTraceDiagnosticsSet() argument
60 TRC_ASSERT((TraceUnsignedBaseType_t)xType < TRC_DIAGNOSTICS_COUNT); in xTraceDiagnosticsSet()
62 pxDiagnostics->metrics[(TraceUnsignedBaseType_t)xType] = xValue; in xTraceDiagnosticsSet()
67 traceResult xTraceDiagnosticsAdd(TraceDiagnosticsType_t xType, TraceBaseType_t xValue) in xTraceDiagnosticsAdd() argument
73 TRC_ASSERT((TraceUnsignedBaseType_t)xType < TRC_DIAGNOSTICS_COUNT); in xTraceDiagnosticsAdd()
75 pxDiagnostics->metrics[(TraceUnsignedBaseType_t)xType] += xValue; in xTraceDiagnosticsAdd()
80 traceResult xTraceDiagnosticsIncrease(TraceDiagnosticsType_t xType) in xTraceDiagnosticsIncrease() argument
[all …]
/percepio-3.5.0/TraceRecorder/include/
DtrcDiagnostics.h63 traceResult xTraceDiagnosticsGet(TraceDiagnosticsType_t xType, TraceBaseType_t* pxValue);
74 traceResult xTraceDiagnosticsSet(TraceDiagnosticsType_t xType, TraceBaseType_t xValue);
85 traceResult xTraceDiagnosticsAdd(TraceDiagnosticsType_t xType, TraceBaseType_t xValue);
95 traceResult xTraceDiagnosticsIncrease(TraceDiagnosticsType_t xType);
105 traceResult xTraceDiagnosticsDecrease(TraceDiagnosticsType_t xType);
116 traceResult xTraceDiagnosticsSetIfHigher(TraceDiagnosticsType_t xType, TraceBaseType_t xValue);
127 traceResult xTraceDiagnosticsSetIfLower(TraceDiagnosticsType_t xType, TraceBaseType_t xValue);
DtrcStackMonitor.h114 #define xTraceStackMonitorDiagnosticsGet(xType, puiValue) ((void)(xType), (puiValue) != 0 ? *(puiVa…
116 #define xTraceStackMonitorDiagnosticsSet(xType, uiValue) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_3((void)(