Searched refs:vmcs_info (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.c | 2500 struct intel_pt_vmcs_info *vmcs_info) in intel_pt_translate_vm_tsc() 2505 decoder->packet.payload -= vmcs_info->tsc_offset; in intel_pt_translate_vm_tsc() 2518 payload, decoder->packet.payload, vmcs_info->vmcs, in intel_pt_translate_vm_tsc() 2519 vmcs_info->tsc_offset); 2525 struct intel_pt_vmcs_info vmcs_info = { in intel_pt_translate_vm_tsc_offset() 2530 intel_pt_translate_vm_tsc(decoder, &vmcs_info); 2543 static void intel_pt_print_vmcs_info(struct intel_pt_vmcs_info *vmcs_info) in intel_pt_print_vmcs_info() 2546 vmcs_info->vmcs, vmcs_info->tsc_offset); 2563 struct intel_pt_vmcs_info *vmcs_info, in intel_pt_vm_tm_corr_first_tsc() 2498 intel_pt_translate_vm_tsc(struct intel_pt_decoder * decoder,struct intel_pt_vmcs_info * vmcs_info) intel_pt_translate_vm_tsc() argument 2523 struct intel_pt_vmcs_info vmcs_info = { intel_pt_translate_vm_tsc_offset() local 2541 intel_pt_print_vmcs_info(struct intel_pt_vmcs_info * vmcs_info) intel_pt_print_vmcs_info() argument 2561 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 2597 struct intel_pt_vmcs_info *vmcs_info; intel_pt_vm_tm_corr_tsc() local 2751 struct intel_pt_vmcs_info *vmcs_info; intel_pt_vm_tm_corr_pebs_tsc() local [all...] |
| /linux/tools/perf/util/ |
| H A D | intel-pt.c | 162 struct rb_root vmcs_info; member 360 return intel_pt_findnew_vmcs(&pt->vmcs_info, vmcs, pt->dflt_tsc_offset); in intel_pt_findnew_vmcs_info() 368 n = rb_first(&pt->vmcs_info); in intel_pt_free_vmcs_info() 372 rb_erase(&v->rb_node, &pt->vmcs_info); in intel_pt_free_vmcs_info() 4301 struct intel_pt_vmcs_info *vmcs_info; in intel_pt_parse_vm_tm_corr_arg() local 4327 vmcs_info = intel_pt_findnew_vmcs(&pt->vmcs_info, vmcs, tsc_offset); in intel_pt_parse_vm_tm_corr_arg() 4328 if (!vmcs_info) in intel_pt_parse_vm_tm_corr_arg() 4426 pt->vmcs_info = RB_ROOT; in intel_pt_process_auxtrace_info()
|