Home
last modified time | relevance | path

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

/percepio-3.7.0/TraceRecorder/
DtrcInternalEventBuffer.c38 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_INTERNAL_EVENT_BUFFER); in xTraceInternalEventBufferInitialize()
46 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_INTERNAL_EVENT_BUFFER)); in xTraceInternalEventBufferAlloc()
56 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_INTERNAL_EVENT_BUFFER)); in xTraceInternalEventBufferAllocCommit()
64 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_INTERNAL_EVENT_BUFFER)); in xTraceInternalEventBufferPush()
74 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_INTERNAL_EVENT_BUFFER)); in xTraceInternalEventBufferTransferAll()
85 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_INTERNAL_EVENT_BUFFER)); in xTraceInternalEventBufferTransferChunk()
104 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_INTERNAL_EVENT_BUFFER)); in xTraceInternalEventBufferClear()
/percepio-3.7.0/TraceRecorder/include/
DtrcDefines.h101 #define TRC_RECORDER_COMPONENT_INTERNAL_EVENT_BUFFER 0x00000400UL macro