mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-08 18:25:05 +00:00
When we use script to analyze the latency between vm_exit and vm_entry, it does not include the duration of vm_exit handler. The patch moves the vm_exit trace before vmexit_handler. v2: move vm_exit trace right after run_vcpu. Tracked-On: #2341 Signed-off-by: Zhipeng Gong <zhipeng.gong@intel.com> Reviewed-by: Yan, Like <like.yan@intel.com>