2018-11-28 09:08:40 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
|
2019-02-28 10:58:32 +08:00
|
|
|
#include <types.h>
|
2021-04-23 15:50:57 +08:00
|
|
|
#include <asm/guest/vcpu.h>
|
2018-11-28 09:08:40 +08:00
|
|
|
|
|
|
|
void profiling_vmenter_handler(__unused struct acrn_vcpu *vcpu) {}
|
2018-12-13 07:12:42 +08:00
|
|
|
void profiling_pre_vmexit_handler(__unused struct acrn_vcpu *vcpu) {}
|
|
|
|
void profiling_post_vmexit_handler(__unused struct acrn_vcpu *vcpu) {}
|
2018-11-28 09:08:40 +08:00
|
|
|
void profiling_setup(void) {}
|