diff options
author | Avi Kivity <avi@qumranet.com> | 2007-12-18 12:47:18 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 11:01:19 -0500 |
commit | dfc5aa00cbe888d3a9ea97775bbac74cb1c1a1d8 (patch) | |
tree | 4b39394d26c4a71e9325959fd1a9b438c2e3a239 /include/asm-x86/kvm_host.h | |
parent | caa5b8a5ed27708521e0667649699fea202043b2 (diff) |
KVM: MMU: Add cache miss statistic
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r-- | include/asm-x86/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 28940e1a9713..ced1bebabbc8 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -289,6 +289,7 @@ struct kvm_vm_stat { | |||
289 | u32 mmu_pde_zapped; | 289 | u32 mmu_pde_zapped; |
290 | u32 mmu_flooded; | 290 | u32 mmu_flooded; |
291 | u32 mmu_recycled; | 291 | u32 mmu_recycled; |
292 | u32 mmu_cache_miss; | ||
292 | u32 remote_tlb_flush; | 293 | u32 remote_tlb_flush; |
293 | }; | 294 | }; |
294 | 295 | ||