Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c157 uint64_t ref_timestamp; member
651 decoder->buf_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
654 decoder->ref_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
658 decoder->ref_timestamp); in intel_pt_get_data()
1771 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) in intel_pt_8b_tsc() argument
1773 timestamp |= (ref_timestamp & (0xffULL << 56)); in intel_pt_8b_tsc()
1775 if (timestamp < ref_timestamp) { in intel_pt_8b_tsc()
1776 if (ref_timestamp - timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1779 if (timestamp - ref_timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1807 if (decoder->ref_timestamp) { in intel_pt_calc_tsc_timestamp()
[all …]
Dintel-pt-decoder.h267 uint64_t ref_timestamp; member
/linux-5.19.10/tools/perf/util/
Dintel-pt.c415 b->ref_timestamp = buffer->reference; in intel_pt_get_buffer()