Home
last modified time | relevance | path

Searched refs:buf_timestamp (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c158 uint64_t buf_timestamp; member
651 decoder->buf_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
1790 uint64_t max_timestamp = decoder->buf_timestamp; in intel_pt_time_in_range()
1797 timestamp < decoder->buf_timestamp; in intel_pt_time_in_range()
1825 if (!decoder->buf_timestamp || in intel_pt_calc_tsc_timestamp()
1826 (timestamp + (1ULL << 56) < decoder->buf_timestamp)) { in intel_pt_calc_tsc_timestamp()
2631 ref_timestamp = decoder->timestamp ? decoder->timestamp : decoder->buf_timestamp; in intel_pt_vm_tm_corr_tsc()
4393 uint64_t buf_timestamp; member
4431 d->buf_timestamp = buffer->ref_timestamp; in intel_pt_ff_cb()
4462 if (d.buf_timestamp) { in intel_pt_fast_forward()
[all …]