Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c3104 static uint32_t last_hwtc_count = 0; in prvTracePortGetTimeStamp() local
3143 if (last_hwtc_count > hwtc_count) in prvTracePortGetTimeStamp()
3145 hwtc_count = last_hwtc_count; in prvTracePortGetTimeStamp()
3166 if (traceTickCount == last_traceTickCount && hwtc_count < last_hwtc_count) in prvTracePortGetTimeStamp()
3191 diff = (hwtc_count - last_hwtc_count) + last_hwtc_rest; in prvTracePortGetTimeStamp()
3208 last_hwtc_count = hwtc_count; in prvTracePortGetTimeStamp()