@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
-* KVM/MIPS: COP0 access histogram
+* KVM/MIPS: VM Exit stats, COP0 access histogram
*
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
* Authors: Sanjay Lal <sanjayl@kymasys.com>
@@ -26,6 +26,21 @@ char *kvm_mips_exit_types_str[MAX_KVM_MIPS_EXIT_TYPES] = {
"Reserved Inst",
"Break Inst",
"D-Cache Flushes",
+#ifdef CONFIG_KVM_MIPS_VZ
+ "Hypervisor GPSI",
+ "Hypervisor GPSI [CP0]",
+ "Hypervisor GPSI [CACHE]",
+ "Hypervisor GSFC",
+ "Hypervisor GSFC [STATUS]",
+ "Hypervisor GSFC [CAUSE]",
+ "Hypervisor GSFC [INTCTL]",
+ "Hypervisor HC",
+ "Hypervisor GRR",
+ "Hypervisor GVA",
+ "Hypervisor GHFC",
+ "Hypervisor GPA",
+ "Hypervisor RESV",
+#endif
};
char *kvm_cop0_str[N_MIPS_COPROC_REGS] = {
- Additional VZ related exit reasons, used in the trace logs. Signed-off-by: Sanjay Lal <sanjayl@kymasys.com> --- arch/mips/kvm/kvm_mips_stats.c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-)