Lines Matching refs:ts
699 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()
784 ts->objHandle = hnd8; in xTraceISREnd()
785 ts->dts = dts5; in xTraceISREnd()
2196 TSEvent* ts; in prvTraceStoreTaskswitch() local
2217 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in prvTraceStoreTaskswitch()
2219 if (ts != 0) in prvTraceStoreTaskswitch()
2224 ts->type = TS_TASK_RESUME; in prvTraceStoreTaskswitch()
2228 ts->type = TS_TASK_BEGIN; in prvTraceStoreTaskswitch()
2231 ts->dts = dts3; in prvTraceStoreTaskswitch()
2232 ts->objHandle = hnd8; in prvTraceStoreTaskswitch()