Lines Matching refs:ref_timestamp
124 uint64_t ref_timestamp; member
529 decoder->buf_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
532 decoder->ref_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
535 decoder->ref_timestamp); in intel_pt_get_data()
1403 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) in intel_pt_8b_tsc() argument
1405 timestamp |= (ref_timestamp & (0xffULL << 56)); in intel_pt_8b_tsc()
1407 if (timestamp < ref_timestamp) { in intel_pt_8b_tsc()
1408 if (ref_timestamp - timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1411 if (timestamp - ref_timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1424 if (decoder->ref_timestamp) { in intel_pt_calc_tsc_timestamp()
1426 decoder->ref_timestamp); in intel_pt_calc_tsc_timestamp()
1429 decoder->ref_timestamp = 0; in intel_pt_calc_tsc_timestamp()
3171 tsc = intel_pt_8b_tsc(tsc, buffer->ref_timestamp); in intel_pt_ff_cb()
3174 tsc, buffer->ref_timestamp); in intel_pt_ff_cb()
3181 d->buf_timestamp = buffer->ref_timestamp; in intel_pt_ff_cb()