Lines Matching refs:buf_timestamp
158 uint64_t buf_timestamp;
651 decoder->buf_timestamp = buffer.ref_timestamp;
1790 uint64_t max_timestamp = decoder->buf_timestamp;
1797 timestamp < decoder->buf_timestamp;
1825 if (!decoder->buf_timestamp ||
1826 (timestamp + (1ULL << 56) < decoder->buf_timestamp)) {
2633 ref_timestamp = decoder->timestamp ? decoder->timestamp : decoder->buf_timestamp;
4390 * @buf_timestamp: buffer timestamp of last buffer with trace data earlier than
4395 uint64_t buf_timestamp;
4433 d->buf_timestamp = buffer->ref_timestamp;
4464 if (d.buf_timestamp) {
4472 } while (decoder->buf_timestamp != d.buf_timestamp);
4494 tsc = intel_pt_8b_tsc(tsc, decoder->buf_timestamp);