Home
last modified time | relevance | path

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

/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c2564 uint64_t host_tsc) in intel_pt_vm_tm_corr_first_tsc() argument
2604 uint64_t host_tsc; in intel_pt_vm_tm_corr_tsc() local
2645 tsc_offset = host_tsc - expected_tsc; in intel_pt_vm_tm_corr_tsc()
2658 decoder->last_reliable_timestamp = host_tsc; in intel_pt_vm_tm_corr_tsc()
2687 if (host_tsc >= expected_tsc && intel_pt_time_in_range(decoder, host_tsc)) { in intel_pt_vm_tm_corr_tsc()
2751 uint64_t host_tsc = decoder->packet.payload; in intel_pt_vm_tm_corr_pebs_tsc() local
2781 host_tsc = intel_pt_8b_tsc(host_tsc, decoder->timestamp); in intel_pt_vm_tm_corr_pebs_tsc()
2784 guest_tsc, host_tsc, vmcs_info->vmcs, in intel_pt_vm_tm_corr_pebs_tsc()
2792 host_tsc = decoder->timestamp; in intel_pt_vm_tm_corr_pebs_tsc()
2795 decoder->packet.payload = host_tsc; in intel_pt_vm_tm_corr_pebs_tsc()
[all …]
/tools/include/uapi/linux/
A Dkvm.h1033 __u64 host_tsc; member

Completed in 110 milliseconds