Lines Matching refs:buf_timestamp
155 uint64_t buf_timestamp; member
638 decoder->buf_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
1540 uint64_t max_timestamp = decoder->buf_timestamp; in intel_pt_time_in_range()
1547 timestamp < decoder->buf_timestamp; in intel_pt_time_in_range()
1575 if (!decoder->buf_timestamp || in intel_pt_calc_tsc_timestamp()
1576 (timestamp + (1ULL << 56) < decoder->buf_timestamp)) { in intel_pt_calc_tsc_timestamp()
2367 ref_timestamp = decoder->timestamp ? decoder->timestamp : decoder->buf_timestamp; in intel_pt_vm_tm_corr_tsc()
4073 uint64_t buf_timestamp; member
4111 d->buf_timestamp = buffer->ref_timestamp; in intel_pt_ff_cb()
4142 if (d.buf_timestamp) { in intel_pt_fast_forward()
4150 } while (decoder->buf_timestamp != d.buf_timestamp); in intel_pt_fast_forward()
4172 tsc = intel_pt_8b_tsc(tsc, decoder->buf_timestamp); in intel_pt_fast_forward()