Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c125 traceHandle handle_of_last_logged_task = 0; variable
388 handle_of_last_logged_task = 0; in vTraceClear()
554 if (RecorderDataPtr->recorderActive && handle_of_last_logged_task) in prvTraceTaskInstanceFinish()
687 if (RecorderDataPtr->recorderActive && handle_of_last_logged_task) in xTraceISRBegin()
734 if (! RecorderDataPtr->recorderActive || ! handle_of_last_logged_task) in xTraceISREnd()
775 hnd8 = prvTraceGet8BitHandle(handle_of_last_logged_task); in xTraceISREnd()
801 if (RecorderDataPtr->recorderActive && handle_of_last_logged_task) in prvTraceIncreaseISRActive()
807 if (RecorderDataPtr->recorderActive && handle_of_last_logged_task) in prvTraceDecreaseISRActive()
1438 if (RecorderDataPtr->recorderActive && handle_of_last_logged_task) in xTraceVPrintF()
1530 if (RecorderDataPtr->recorderActive && handle_of_last_logged_task) in xTraceVPrintF()
[all …]