Lines Matching refs:ref_timestamp
131 uint64_t ref_timestamp; member
549 decoder->buf_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
552 decoder->ref_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
555 decoder->ref_timestamp); in intel_pt_get_data()
1435 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) in intel_pt_8b_tsc() argument
1437 timestamp |= (ref_timestamp & (0xffULL << 56)); in intel_pt_8b_tsc()
1439 if (timestamp < ref_timestamp) { in intel_pt_8b_tsc()
1440 if (ref_timestamp - timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1443 if (timestamp - ref_timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1456 if (decoder->ref_timestamp) { in intel_pt_calc_tsc_timestamp()
1458 decoder->ref_timestamp); in intel_pt_calc_tsc_timestamp()
1461 decoder->ref_timestamp = 0; in intel_pt_calc_tsc_timestamp()
3239 tsc = intel_pt_8b_tsc(tsc, buffer->ref_timestamp); in intel_pt_ff_cb()
3242 tsc, buffer->ref_timestamp); in intel_pt_ff_cb()
3249 d->buf_timestamp = buffer->ref_timestamp; in intel_pt_ff_cb()