Searched refs:ts (Results 1 – 2 of 2) sorted by relevance
700 TSEvent* ts; in vTraceStoreISRBegin() local704 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in vTraceStoreISRBegin()705 if (ts != NULL) in vTraceStoreISRBegin()707 ts->type = TS_ISR_BEGIN; in vTraceStoreISRBegin()708 ts->dts = dts4; in vTraceStoreISRBegin()709 ts->objHandle = hnd8; in vTraceStoreISRBegin()747 TSEvent* ts; in vTraceStoreISREnd() local799 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in vTraceStoreISREnd()800 if (ts != NULL) in vTraceStoreISREnd()802 ts->type = type; in vTraceStoreISREnd()[all …]
346 uint64_t ts = 0; in prvGetSMPTimestamp() local347 timer_get_counter_value(1, 1, &ts); in prvGetSMPTimestamp()348 return (uint32_t)ts; in prvGetSMPTimestamp()