Home
last modified time | relevance | path

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

/percepio-3.7.0/TraceRecorder/
DtrcEntryTable.c73 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY); in xTraceEntryTableInitialize()
87 if (xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY) == 0U) in xTraceEntryCreate()
132 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryDelete()
172 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryFind()
198 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntrySetSymbol()
233 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryGetCount()
246 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryGetAtIndex()
272 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntrySetState()
286 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntrySetOptions()
298 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryClearOptions()
[all …]
/percepio-3.7.0/TraceRecorder/include/
DtrcDefines.h95 #define TRC_RECORDER_COMPONENT_ENTRY 0x00000010UL macro