Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c700 TSEvent* ts; in vTraceStoreISRBegin() local
704 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() local
799 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in vTraceStoreISREnd()
800 if (ts != NULL) in vTraceStoreISREnd()
802 ts->type = type; in vTraceStoreISREnd()
[all …]
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/
DtrcKernelPort.c346 uint64_t ts = 0; in prvGetSMPTimestamp() local
347 timer_get_counter_value(1, 1, &ts); in prvGetSMPTimestamp()
348 return (uint32_t)ts; in prvGetSMPTimestamp()