KVM: debugfs: Reuse binary stats descriptors
[linux-2.6-microblaze.git] / arch / powerpc / kvm / book3s.c
index 6122930..79833f7 100644 (file)
@@ -100,39 +100,6 @@ const struct kvm_stats_header kvm_vcpu_stats_header = {
                       sizeof(kvm_vcpu_stats_desc),
 };
 
-struct kvm_stats_debugfs_item debugfs_entries[] = {
-       VCPU_STAT("exits", sum_exits),
-       VCPU_STAT("mmio", mmio_exits),
-       VCPU_STAT("sig", signal_exits),
-       VCPU_STAT("sysc", syscall_exits),
-       VCPU_STAT("inst_emu", emulated_inst_exits),
-       VCPU_STAT("dec", dec_exits),
-       VCPU_STAT("ext_intr", ext_intr_exits),
-       VCPU_STAT("queue_intr", queue_intr),
-       VCPU_STAT("halt_poll_success_ns", generic.halt_poll_success_ns),
-       VCPU_STAT("halt_poll_fail_ns", generic.halt_poll_fail_ns),
-       VCPU_STAT("halt_wait_ns", halt_wait_ns),
-       VCPU_STAT("halt_successful_poll", generic.halt_successful_poll),
-       VCPU_STAT("halt_attempted_poll", generic.halt_attempted_poll),
-       VCPU_STAT("halt_successful_wait", halt_successful_wait),
-       VCPU_STAT("halt_poll_invalid", generic.halt_poll_invalid),
-       VCPU_STAT("halt_wakeup", generic.halt_wakeup),
-       VCPU_STAT("pf_storage", pf_storage),
-       VCPU_STAT("sp_storage", sp_storage),
-       VCPU_STAT("pf_instruc", pf_instruc),
-       VCPU_STAT("sp_instruc", sp_instruc),
-       VCPU_STAT("ld", ld),
-       VCPU_STAT("ld_slow", ld_slow),
-       VCPU_STAT("st", st),
-       VCPU_STAT("st_slow", st_slow),
-       VCPU_STAT("pthru_all", pthru_all),
-       VCPU_STAT("pthru_host", pthru_host),
-       VCPU_STAT("pthru_bad_aff", pthru_bad_aff),
-       VM_STAT("largepages_2M", num_2M_pages, .mode = 0444),
-       VM_STAT("largepages_1G", num_1G_pages, .mode = 0444),
-       { NULL }
-};
-
 static inline void kvmppc_update_int_pending(struct kvm_vcpu *vcpu,
                        unsigned long pending_now, unsigned long old_pending)
 {