Searched refs:host_tsc (Results 1 – 2 of 2) sorted by relevance
2564 uint64_t host_tsc) in intel_pt_vm_tm_corr_first_tsc() 2584 if (intel_pt_time_in_range(decoder, host_tsc)) { in intel_pt_vm_tm_corr_first_tsc() 2604 uint64_t host_tsc; in intel_pt_vm_tm_corr_tsc() 2636 host_tsc = intel_pt_8b_tsc(decoder->packet.payload, ref_timestamp); in intel_pt_vm_tm_corr_tsc() 2639 intel_pt_vm_tm_corr_first_tsc(decoder, data, vmcs_info, host_tsc); in intel_pt_vm_tm_corr_tsc() 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() 2682 * Check if the host_tsc is within the expected range. 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() 2562 intel_pt_vm_tm_corr_first_tsc(struct intel_pt_decoder * decoder,struct intel_pt_vm_tsc_info * data,struct intel_pt_vmcs_info * vmcs_info,uint64_t host_tsc) intel_pt_vm_tm_corr_first_tsc() argument 2602 uint64_t host_tsc; intel_pt_vm_tm_corr_tsc() local 2749 uint64_t host_tsc = decoder->packet.payload; intel_pt_vm_tm_corr_pebs_tsc() local [all...]
1087 __u64 host_tsc; member