Lines Matching refs:VMM_STAT

247 static VMM_STAT(VCPU_TOTAL_RUNTIME, "vcpu total runtime");
281 VMM_STAT(VCPU_MIGRATIONS, "vcpu migration across host cpus");
282 VMM_STAT(VMEXIT_COUNT, "total number of vm exits");
283 VMM_STAT(VMEXIT_EXTINT, "vm exits due to external interrupt");
284 VMM_STAT(VMEXIT_HLT, "number of times hlt was intercepted");
285 VMM_STAT(VMEXIT_CR_ACCESS, "number of times %cr access was intercepted");
286 VMM_STAT(VMEXIT_RDMSR, "number of times rdmsr was intercepted");
287 VMM_STAT(VMEXIT_WRMSR, "number of times wrmsr was intercepted");
288 VMM_STAT(VMEXIT_MTRAP, "number of monitor trap exits");
289 VMM_STAT(VMEXIT_PAUSE, "number of times pause was intercepted");
290 VMM_STAT(VMEXIT_INTR_WINDOW, "vm exits due to interrupt window opening");
291 VMM_STAT(VMEXIT_NMI_WINDOW, "vm exits due to nmi window opening");
292 VMM_STAT(VMEXIT_INOUT, "number of times in/out was intercepted");
293 VMM_STAT(VMEXIT_CPUID, "number of times cpuid was intercepted");
294 VMM_STAT(VMEXIT_NESTED_FAULT, "vm exits due to nested page fault");
295 VMM_STAT(VMEXIT_INST_EMUL, "vm exits for instruction emulation");
296 VMM_STAT(VMEXIT_UNKNOWN, "number of vm exits for unknown reason");
297 VMM_STAT(VMEXIT_ASTPENDING, "number of times astpending at exit");
298 VMM_STAT(VMEXIT_REQIDLE, "number of times idle requested at exit");
299 VMM_STAT(VMEXIT_USERSPACE, "number of vm exits handled in userspace");
300 VMM_STAT(VMEXIT_RENDEZVOUS, "number of times rendezvous pending at exit");
301 VMM_STAT(VMEXIT_EXCEPTION, "number of vm exits due to exceptions");
994 static VMM_STAT(VCPU_IDLE_TICKS, "number of ticks vcpu was idle");
1947 static VMM_STAT(VCPU_NMI_COUNT, "number of NMIs delivered to vcpu");
1974 static VMM_STAT(VCPU_EXTINT_COUNT, "number of ExtINTs delivered to vcpu");