KVM: s390: add kvm stat counter for all diagnoses
[firefly-linux-kernel-4.4.55.git] / arch / s390 / kvm / kvm-s390.c
index 3772947ac194bbf07149beabb5cc3241793d3b96..b623267d60cc6bb44fc6febb26cfcee8355ab817 100644 (file)
@@ -108,6 +108,9 @@ struct kvm_stats_debugfs_item debugfs_entries[] = {
        { "diagnose_10", VCPU_STAT(diagnose_10) },
        { "diagnose_44", VCPU_STAT(diagnose_44) },
        { "diagnose_9c", VCPU_STAT(diagnose_9c) },
+       { "diagnose_258", VCPU_STAT(diagnose_258) },
+       { "diagnose_308", VCPU_STAT(diagnose_308) },
+       { "diagnose_500", VCPU_STAT(diagnose_500) },
        { NULL }
 };