Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcEntryTable.c83 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY); in xTraceEntryTableInitialize()
97 if (!xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)) in xTraceEntryCreate()
142 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryDelete()
182 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryFind()
209 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntrySetSymbol()
245 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryGetCount()
258 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryGetAtIndex()
284 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntrySetState()
298 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntrySetOptions()
310 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY)); in xTraceEntryClearOptions()
[all …]
/TraceRecorderSource-3.4.0/include/
DtrcDefines.h90 #define TRC_RECORDER_COMPONENT_ENTRY 0x00000010 macro