Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c3105 static uint32_t last_hwtc_count = 0; in prvTracePortGetTimeStamp() local
3144 if (last_hwtc_count > hwtc_count) in prvTracePortGetTimeStamp()
3146 hwtc_count = last_hwtc_count; in prvTracePortGetTimeStamp()
3167 if (traceTickCount == last_traceTickCount && hwtc_count < last_hwtc_count) in prvTracePortGetTimeStamp()
3192 diff = (hwtc_count - last_hwtc_count) + last_hwtc_rest; in prvTracePortGetTimeStamp()
3209 last_hwtc_count = hwtc_count; in prvTracePortGetTimeStamp()