diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2010-02-24 12:59:14 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-04-25 06:53:10 -0400 |
commit | 2e554e8d67926024b01e97d2fe652810165354e2 (patch) | |
tree | a0ace1e673875471425235b482c2fb645c9caa88 /arch/x86/kvm/x86.c | |
parent | ecf1405df235da3efea213427ac7da7f816e9d06 (diff) |
KVM: SVM: Add kvm_nested_intercepts tracepoint
This patch adds a tracepoint to get information about the
most important intercept bitmasks from the nested vmcb.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 3a367f35cebf..1aa4d6e26bad 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -5909,3 +5909,4 @@ EXPORT_TRACEPOINT_SYMBOL_GPL(kvm_nested_vmexit_inject); | |||
5909 | EXPORT_TRACEPOINT_SYMBOL_GPL(kvm_nested_intr_vmexit); | 5909 | EXPORT_TRACEPOINT_SYMBOL_GPL(kvm_nested_intr_vmexit); |
5910 | EXPORT_TRACEPOINT_SYMBOL_GPL(kvm_invlpga); | 5910 | EXPORT_TRACEPOINT_SYMBOL_GPL(kvm_invlpga); |
5911 | EXPORT_TRACEPOINT_SYMBOL_GPL(kvm_skinit); | 5911 | EXPORT_TRACEPOINT_SYMBOL_GPL(kvm_skinit); |
5912 | EXPORT_TRACEPOINT_SYMBOL_GPL(kvm_nested_intercepts); | ||