Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcTimestamp.c43 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP); in xTraceTimestampInitialize()
53 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGet()
93 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetWraparounds()
106 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampSetFrequency()
116 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampSetPeriod()
126 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampSetOsTickCount()
136 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetFrequency()
149 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetPeriod()
162 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetOsTickCount()
/TraceRecorderSource-3.4.0/include/
DtrcDefines.h107 #define TRC_RECORDER_COMPONENT_TIMESTAMP 0x00200000 macro