Lines Matching refs:ref_timestamp
119 uint64_t ref_timestamp; member
519 decoder->buf_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
522 decoder->ref_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
525 decoder->ref_timestamp); in intel_pt_get_data()
1392 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) in intel_pt_8b_tsc() argument
1394 timestamp |= (ref_timestamp & (0xffULL << 56)); in intel_pt_8b_tsc()
1396 if (timestamp < ref_timestamp) { in intel_pt_8b_tsc()
1397 if (ref_timestamp - timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1400 if (timestamp - ref_timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1413 if (decoder->ref_timestamp) { in intel_pt_calc_tsc_timestamp()
1415 decoder->ref_timestamp); in intel_pt_calc_tsc_timestamp()
1418 decoder->ref_timestamp = 0; in intel_pt_calc_tsc_timestamp()
2997 tsc = intel_pt_8b_tsc(tsc, buffer->ref_timestamp); in intel_pt_ff_cb()
3000 tsc, buffer->ref_timestamp); in intel_pt_ff_cb()
3007 d->buf_timestamp = buffer->ref_timestamp; in intel_pt_ff_cb()