Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcStaticBuffer.c38 int32_t ISR_nesting; in xTraceStaticBufferGet() local
45 TRC_ASSERT(xTraceISRGetCurrentNesting(&ISR_nesting) == TRC_SUCCESS); in xTraceStaticBufferGet()
48 …pxTraceStaticBufferTable->coreDummyEvents[TRC_CFG_GET_CURRENT_CORE()].dummyEvents[ISR_nesting + 1]; in xTraceStaticBufferGet()
DtrcEvent.c61 int32_t ISR_nesting; in xTraceEventBeginRawOffline() local
81 xTraceISRGetCurrentNesting(&ISR_nesting); in xTraceEventBeginRawOffline()
84 pxEventData = &pxCoreEventData->eventData[ISR_nesting + 1]; in xTraceEventBeginRawOffline()
111 int32_t ISR_nesting; in xTraceEventBeginRawOfflineBlocking() local
132 xTraceGetCurrentISRNesting(&ISR_nesting); in xTraceEventBeginRawOfflineBlocking()
135 …ata = &pxTraceEventDataTable->coreEventData[TRC_CFG_GET_CURRENT_CORE()].eventData[ISR_nesting + 1]; in xTraceEventBeginRawOfflineBlocking()