Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c1217 static uint32_t old_timestamp = 0; in prvTraceUBHelper2() local
1228 if (*data < old_timestamp) in prvTraceUBHelper2()
1233 old_timestamp = *data; in prvTraceUBHelper2()
2745 static uint32_t old_timestamp = 0; in prvTraceGetDTS() local
2784 dts = timestamp - old_timestamp; in prvTraceGetDTS()
2785 old_timestamp = timestamp; in prvTraceGetDTS()