Home
last modified time | relevance | path

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

/percepio-3.7.0/TraceRecorder/
DtrcStackMonitor.c37 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR); in xTraceStackMonitorInitialize()
49 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR)); in xTraceStackMonitorAdd()
88 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR)); in xTraceStackMonitorRemove()
135 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR)); in xTraceStackMonitorGetAtIndex()
165 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_STACK_MONITOR)); in xTraceStackMonitorReport()
/percepio-3.7.0/TraceRecorder/include/
DtrcDefines.h107 #define TRC_RECORDER_COMPONENT_STACK_MONITOR 0x00010000UL macro