Searched refs:vmcs_info (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 2496 struct intel_pt_vmcs_info *vmcs_info) in intel_pt_translate_vm_tsc() argument 2501 decoder->packet.payload -= vmcs_info->tsc_offset; in intel_pt_translate_vm_tsc() 2514 payload, decoder->packet.payload, vmcs_info->vmcs, in intel_pt_translate_vm_tsc() 2515 vmcs_info->tsc_offset); in intel_pt_translate_vm_tsc() 2521 struct intel_pt_vmcs_info vmcs_info = { in intel_pt_translate_vm_tsc_offset() local 2526 intel_pt_translate_vm_tsc(decoder, &vmcs_info); in intel_pt_translate_vm_tsc_offset() 2539 static void intel_pt_print_vmcs_info(struct intel_pt_vmcs_info *vmcs_info) in intel_pt_print_vmcs_info() argument 2542 vmcs_info->vmcs, vmcs_info->tsc_offset); in intel_pt_print_vmcs_info() 2559 struct intel_pt_vmcs_info *vmcs_info, in intel_pt_vm_tm_corr_first_tsc() argument 2569 if (vmcs_info && vmcs_info->tsc_offset) { in intel_pt_vm_tm_corr_first_tsc() [all …]
|
/linux-5.19.10/tools/perf/util/ |
D | intel-pt.c | 154 struct rb_root vmcs_info; member 346 return intel_pt_findnew_vmcs(&pt->vmcs_info, vmcs, pt->dflt_tsc_offset); in intel_pt_findnew_vmcs_info() 354 n = rb_first(&pt->vmcs_info); in intel_pt_free_vmcs_info() 358 rb_erase(&v->rb_node, &pt->vmcs_info); in intel_pt_free_vmcs_info() 3811 struct intel_pt_vmcs_info *vmcs_info; in intel_pt_parse_vm_tm_corr_arg() local 3837 vmcs_info = intel_pt_findnew_vmcs(&pt->vmcs_info, vmcs, tsc_offset); in intel_pt_parse_vm_tm_corr_arg() 3838 if (!vmcs_info) in intel_pt_parse_vm_tm_corr_arg() 3931 pt->vmcs_info = RB_ROOT; in intel_pt_process_auxtrace_info()
|