Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A 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()
1773 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) in intel_pt_8b_tsc()
1775 timestamp |= (ref_timestamp & (0xffULL << 56)); in intel_pt_8b_tsc()
1777 if (timestamp < ref_timestamp) { in intel_pt_8b_tsc()
1778 if (ref_timestamp - timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1781 if (timestamp - ref_timestamp > ( in intel_pt_8b_tsc()
1771 intel_pt_8b_tsc(uint64_t timestamp,uint64_t ref_timestamp) intel_pt_8b_tsc() argument
2603 uint64_t ref_timestamp; intel_pt_vm_tm_corr_tsc() local
[all...]
H A Dintel-pt-decoder.h267 uint64_t ref_timestamp; member