Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c699 TSEvent* ts; in xTraceISRBegin() local
703 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISRBegin()
704 if (ts != 0) in xTraceISRBegin()
706 ts->type = TS_ISR_BEGIN; in xTraceISRBegin()
707 ts->dts = dts4; in xTraceISRBegin()
708 ts->objHandle = hnd8; in xTraceISRBegin()
727 TSEvent* ts; in xTraceISREnd() local
780 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISREnd()
781 if (ts != 0) in xTraceISREnd()
783 ts->type = type; in xTraceISREnd()
[all …]