Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c119 uint64_t ref_timestamp; member
519 decoder->buf_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
522 decoder->ref_timestamp = buffer.ref_timestamp; in intel_pt_get_data()
525 decoder->ref_timestamp); in intel_pt_get_data()
1392 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) in intel_pt_8b_tsc() argument
1394 timestamp |= (ref_timestamp & (0xffULL << 56)); in intel_pt_8b_tsc()
1396 if (timestamp < ref_timestamp) { in intel_pt_8b_tsc()
1397 if (ref_timestamp - timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1400 if (timestamp - ref_timestamp > (1ULL << 55)) in intel_pt_8b_tsc()
1413 if (decoder->ref_timestamp) { in intel_pt_calc_tsc_timestamp()
[all …]
Dintel-pt-decoder.h230 uint64_t ref_timestamp; member
/Linux-v5.4/tools/perf/util/
Dintel-pt.c280 b->ref_timestamp = buffer->reference; in intel_pt_get_buffer()