Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c2498 struct intel_pt_vmcs_info *vmcs_info) in intel_pt_translate_vm_tsc() argument
2503 decoder->packet.payload -= vmcs_info->tsc_offset; in intel_pt_translate_vm_tsc()
2516 payload, decoder->packet.payload, vmcs_info->vmcs, in intel_pt_translate_vm_tsc()
2517 vmcs_info->tsc_offset); in intel_pt_translate_vm_tsc()
2523 struct intel_pt_vmcs_info vmcs_info = { in intel_pt_translate_vm_tsc_offset() local
2528 intel_pt_translate_vm_tsc(decoder, &vmcs_info); in intel_pt_translate_vm_tsc_offset()
2541 static void intel_pt_print_vmcs_info(struct intel_pt_vmcs_info *vmcs_info) in intel_pt_print_vmcs_info() argument
2544 vmcs_info->vmcs, vmcs_info->tsc_offset); in intel_pt_print_vmcs_info()
2561 struct intel_pt_vmcs_info *vmcs_info, in intel_pt_vm_tm_corr_first_tsc() argument
2571 if (vmcs_info && vmcs_info->tsc_offset) { in intel_pt_vm_tm_corr_first_tsc()
[all …]
/Linux-v6.6/tools/perf/util/
Dintel-pt.c161 struct rb_root vmcs_info; member
358 return intel_pt_findnew_vmcs(&pt->vmcs_info, vmcs, pt->dflt_tsc_offset); in intel_pt_findnew_vmcs_info()
366 n = rb_first(&pt->vmcs_info); in intel_pt_free_vmcs_info()
370 rb_erase(&v->rb_node, &pt->vmcs_info); in intel_pt_free_vmcs_info()
4070 struct intel_pt_vmcs_info *vmcs_info; in intel_pt_parse_vm_tm_corr_arg() local
4096 vmcs_info = intel_pt_findnew_vmcs(&pt->vmcs_info, vmcs, tsc_offset); in intel_pt_parse_vm_tm_corr_arg()
4097 if (!vmcs_info) in intel_pt_parse_vm_tm_corr_arg()
4195 pt->vmcs_info = RB_ROOT; in intel_pt_process_auxtrace_info()