KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint
authorSean Christopherson <seanjc@google.com>
Fri, 26 Mar 2021 02:19:57 +0000 (19:19 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 17 Apr 2021 12:30:56 +0000 (08:30 -0400)
commit6dfbd6b5d5de19bad36f44710359200f21191134
treefb2ad295424bda5a7ad62eca860f7f510b73a072
parent501b918525efec2e701e806f04d474d7da350962
KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint

Remove x86's trace_kvm_age_page() tracepoint.  It's mostly redundant with
the common trace_kvm_age_hva() tracepoint, and if there is a need for the
extra details, e.g. gfn, referenced, etc... those details should be added
to the common tracepoint so that all architectures and MMUs benefit from
the info.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210326021957.1424875-19-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/tdp_mmu.c
include/trace/events/kvm.h