diff options
author | Sean Christopherson <seanjc@google.com> | 2021-06-09 11:56:17 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-06-17 13:09:35 -0400 |
commit | 1270e647c802b427c8114816b0f35b961600f104 (patch) | |
tree | e2712689b621a825ed83a49f1f6d4f1abea81f5d /arch/x86/kvm/trace.h | |
parent | 0d7ee6f4b58dc6aca54df285cec027727c976892 (diff) | |
download | linux-stable-1270e647c802b427c8114816b0f35b961600f104.tar.gz linux-stable-1270e647c802b427c8114816b0f35b961600f104.tar.bz2 linux-stable-1270e647c802b427c8114816b0f35b961600f104.zip |
KVM: x86: Rename SMM tracepoint to make it reflect reality
Rename the SMM tracepoint, which handles both entering and exiting SMM,
from kvm_enter_smm to kvm_smm_transition.
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210609185619.992058-8-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/trace.h')
-rw-r--r-- | arch/x86/kvm/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/trace.h b/arch/x86/kvm/trace.h index 4f839148948b..b484141ea15b 100644 --- a/arch/x86/kvm/trace.h +++ b/arch/x86/kvm/trace.h @@ -997,7 +997,7 @@ TRACE_EVENT(kvm_wait_lapic_expire, __entry->delta < 0 ? "early" : "late") ); -TRACE_EVENT(kvm_enter_smm, +TRACE_EVENT(kvm_smm_transition, TP_PROTO(unsigned int vcpu_id, u64 smbase, bool entering), TP_ARGS(vcpu_id, smbase, entering), |