Home
last modified time | relevance | path

Searched refs:intel_pt_vmcs_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h208 struct intel_pt_vmcs_info { struct
280 struct intel_pt_vmcs_info *(*findnew_vmcs_info)(void *data, uint64_t vmcs);
H A Dintel-pt-decoder.c124 struct intel_pt_vmcs_info *(*findnew_vmcs_info)(void *data, uint64_t vmcs);
2500 struct intel_pt_vmcs_info *vmcs_info) in intel_pt_translate_vm_tsc()
2525 struct intel_pt_vmcs_info vmcs_info = { in intel_pt_translate_vm_tsc_offset()
2543 static void intel_pt_print_vmcs_info(struct intel_pt_vmcs_info *vmcs_info) in intel_pt_print_vmcs_info()
2563 struct intel_pt_vmcs_info *vmcs_info, in intel_pt_vm_tm_corr_first_tsc()
2599 struct intel_pt_vmcs_info *vmcs_info; in intel_pt_vm_tm_corr_tsc()
2753 struct intel_pt_vmcs_info *vmcs_info; in intel_pt_vm_tm_corr_pebs_tsc()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c316 static struct intel_pt_vmcs_info *intel_pt_findnew_vmcs(struct rb_root *rb_root, in intel_pt_findnew_vmcs()
322 struct intel_pt_vmcs_info *v; in intel_pt_findnew_vmcs()
326 v = rb_entry(parent, struct intel_pt_vmcs_info, rb_node); in intel_pt_findnew_vmcs()
350 static struct intel_pt_vmcs_info *intel_pt_findnew_vmcs_info(void *data, uint64_t vmcs) in intel_pt_findnew_vmcs_info()
363 struct intel_pt_vmcs_info *v; in intel_pt_free_vmcs_info()
368 v = rb_entry(n, struct intel_pt_vmcs_info, rb_node); in intel_pt_free_vmcs_info()
4074 struct intel_pt_vmcs_info *vmcs_info; in intel_pt_parse_vm_tm_corr_arg()