Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcStackMonitor.c52 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR); in xTraceStackMonitorInitialize()
64 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR)); in xTraceStackMonitorAdd()
103 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR)); in xTraceStackMonitorRemove()
150 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR)); in xTraceStackMonitorGetAtIndex()
179 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR)); in xTraceStackMonitorReport()
/TraceRecorderSource-3.4.0/include/
DtrcDefines.h102 #define TRC_RECORDER_COMPONENT_STACK_MONITOR 0x00010000 macro