]> Git Repo - linux.git/blobdiff - arch/x86/kvm/mmutrace.h
KVM: MMU: audit: replace mmu audit tracepoint with jump-label
[linux.git] / arch / x86 / kvm / mmutrace.h
index eed67f34146d66557d5f5668a1f7c37191dd50a2..89fb0e81322a96d996d1fd554ec9c1d6c55553f6 100644 (file)
@@ -243,25 +243,6 @@ TRACE_EVENT(
        TP_printk("addr:%llx gfn %llx access %x", __entry->addr, __entry->gfn,
                  __entry->access)
 );
-
-TRACE_EVENT(
-       kvm_mmu_audit,
-       TP_PROTO(struct kvm_vcpu *vcpu, int audit_point),
-       TP_ARGS(vcpu, audit_point),
-
-       TP_STRUCT__entry(
-               __field(struct kvm_vcpu *, vcpu)
-               __field(int, audit_point)
-       ),
-
-       TP_fast_assign(
-               __entry->vcpu = vcpu;
-               __entry->audit_point = audit_point;
-       ),
-
-       TP_printk("vcpu:%d %s", __entry->vcpu->cpu,
-                 audit_point_name[__entry->audit_point])
-);
 #endif /* _TRACE_KVMMMU_H */
 
 #undef TRACE_INCLUDE_PATH
This page took 0.028006 seconds and 4 git commands to generate.