Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c3082 static uint32_t last_hwtc_count = 0; in prvTracePortGetTimeStamp() local
3121 if (last_hwtc_count > hwtc_count) in prvTracePortGetTimeStamp()
3123 hwtc_count = last_hwtc_count; in prvTracePortGetTimeStamp()
3144 if (traceTickCount == last_traceTickCount && hwtc_count < last_hwtc_count) in prvTracePortGetTimeStamp()
3169 diff = (hwtc_count - last_hwtc_count) + last_hwtc_rest; in prvTracePortGetTimeStamp()
3186 last_hwtc_count = hwtc_count; in prvTracePortGetTimeStamp()