Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcStaticBuffer.c36 int32_t ISR_nesting; in xTraceStaticBufferGet() local
43 TRC_ASSERT(xTraceISRGetCurrentNesting(&ISR_nesting) == TRC_SUCCESS); in xTraceStaticBufferGet()
46 …pxTraceStaticBufferTable->coreDummyEvents[TRC_CFG_GET_CURRENT_CORE()].dummyEvents[ISR_nesting + 1]; in xTraceStaticBufferGet()
DtrcEvent.c334 int32_t ISR_nesting = 0; in xTraceEventBeginRawOffline() local
358 (void)xTraceISRGetCurrentNesting(&ISR_nesting); in xTraceEventBeginRawOffline()
361 pxEventData = &pxCoreEventData->eventData[ISR_nesting + 1]; in xTraceEventBeginRawOffline()
388 int32_t ISR_nesting = 0; in xTraceEventBeginRawOfflineBlocking() local
411 (void)xTraceGetCurrentISRNesting(&ISR_nesting); in xTraceEventBeginRawOfflineBlocking()
414 …ata = &pxTraceEventDataTable->coreEventData[TRC_CFG_GET_CURRENT_CORE()].eventData[ISR_nesting + 1]; in xTraceEventBeginRawOfflineBlocking()