Lines Matching refs:ref_timestamp
131 uint64_t ref_timestamp;
549 decoder->buf_timestamp = buffer.ref_timestamp;
552 decoder->ref_timestamp = buffer.ref_timestamp;
555 decoder->ref_timestamp);
1435 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp)
1437 timestamp |= (ref_timestamp & (0xffULL << 56));
1439 if (timestamp < ref_timestamp) {
1440 if (ref_timestamp - timestamp > (1ULL << 55))
1443 if (timestamp - ref_timestamp > (1ULL << 55))
1456 if (decoder->ref_timestamp) {
1458 decoder->ref_timestamp);
1461 decoder->ref_timestamp = 0;
3241 tsc = intel_pt_8b_tsc(tsc, buffer->ref_timestamp);
3244 tsc, buffer->ref_timestamp);
3251 d->buf_timestamp = buffer->ref_timestamp;