Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcEvent.c59 TraceEventData_t* pxEventData; in xTraceEventBeginRawOffline() local
84 pxEventData = &pxCoreEventData->eventData[ISR_nesting + 1]; in xTraceEventBeginRawOffline()
87 …TRC_ASSERT_CUSTOM_ON_FAIL(pxEventData->pvBlob == 0, TRACE_EXIT_CRITICAL_SECTION(); return TRC_FAIL… in xTraceEventBeginRawOffline()
91pxEventData->size = ((uiSize + (sizeof(uint32_t) - 1)) / sizeof(uint32_t)) * sizeof(uint32_t); /* … in xTraceEventBeginRawOffline()
93 pxEventData->offset = 0; in xTraceEventBeginRawOffline()
96 if (xTraceStreamPortAllocate(pxEventData->size, &pxEventData->pvBlob) == TRC_FAIL) in xTraceEventBeginRawOffline()
102 *pxEventHandle = (TraceEventHandle_t)pxEventData; in xTraceEventBeginRawOffline()
109 TraceEventData_t* pxEventData; in xTraceEventBeginRawOfflineBlocking() local
135pxEventData = &pxTraceEventDataTable->coreEventData[TRC_CFG_GET_CURRENT_CORE()].eventData[ISR_nest… in xTraceEventBeginRawOfflineBlocking()
138 …TRC_ASSERT_CUSTOM_ON_FAIL(pxEventData->pvBlob == 0, TRACE_EXIT_CRITICAL_SECTION(); return TRC_FAIL… in xTraceEventBeginRawOfflineBlocking()
[all …]