Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c700 TSEvent* ts; in xTraceISRBegin() local
704 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISRBegin()
705 if (ts != (void*)0) in xTraceISRBegin()
707 ts->type = TS_ISR_BEGIN; in xTraceISRBegin()
708 ts->dts = dts4; in xTraceISRBegin()
709 ts->objHandle = hnd8; in xTraceISRBegin()
728 TSEvent* ts; in xTraceISREnd() local
781 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISREnd()
782 if (ts != (void*)0) in xTraceISREnd()
784 ts->type = type; in xTraceISREnd()
[all …]