Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcStackMonitor.c162 static uint32_t uiCurrentIndex = 0; in xTraceStackMonitorReport() local
181 uiCurrentIndex = uiCurrentIndex < pxStackMonitor->uxEntryCount ? uiCurrentIndex : 0; in xTraceStackMonitorReport()
183 pxStackMonitorEntry = &pxStackMonitor->xEntries[uiCurrentIndex]; in xTraceStackMonitorReport()
187 uiCurrentIndex++; in xTraceStackMonitorReport()
198 uiCurrentIndex++; in xTraceStackMonitorReport()