Home
last modified time | relevance | path

Searched refs:uiTraceSystemState (Results 1 – 6 of 6) sorted by relevance

/TraceRecorderSource-3.4.0/
DtrcHardwarePort.c103 else if (pxTraceRecorderData->uiTraceSystemState == TRC_STATE_IN_TASKSWITCH) in cortex_a9_r5_enter_critical()
105 else if (uiTraceSystemState == TRC_STATE_IN_TASKSWITCH) in cortex_a9_r5_enter_critical()
112 else if (pxTraceRecorderData->uiTraceSystemState != TRC_STATE_IN_TASKSWITCH) in cortex_a9_r5_enter_critical()
114 else if (uiTraceSystemState != TRC_STATE_IN_TASKSWITCH) in cortex_a9_r5_enter_critical()
DtrcStreamingRecorder.c149 pxTraceRecorderData->uiTraceSystemState = TRC_STATE_IN_STARTUP; in xTraceInitialize()
DtrcSnapshotRecorder.c96 volatile uint32_t uiTraceSystemState = TRC_STATE_IN_STARTUP; variable
/TraceRecorderSource-3.4.0/include/
DtrcRecorder.h1610 uint32_t uiTraceSystemState; member
1694 …t(uiState) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(pxTraceRecorderData->uiTraceSystemState = (uiState),…
1704 …_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiState) = pxTraceRecorderData->uiTraceSystemState, TRC_SUCCESS)
/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/
DtrcKernelPort.h442 extern volatile uint32_t uiTraceSystemState;
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/
DtrcKernelPort.h1273 extern volatile uint32_t uiTraceSystemState;
1278 uiTraceSystemState = TRC_STATE_IN_TASKSWITCH; \
1280 uiTraceSystemState = TRC_STATE_IN_APPLICATION;