Home
last modified time | relevance | path

Searched refs:VMM_STAT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_stat.c152 VMM_STAT(VCPU_MIGRATIONS, "vcpu migration across host cpus");
153 VMM_STAT(VMEXIT_COUNT, "total number of vm exits");
154 VMM_STAT(VMEXIT_EXTINT, "vm exits due to external interrupt");
155 VMM_STAT(VMEXIT_HLT, "number of times hlt was intercepted");
157 VMM_STAT(VMEXIT_RDMSR, "number of times rdmsr was intercepted");
158 VMM_STAT(VMEXIT_WRMSR, "number of times wrmsr was intercepted");
159 VMM_STAT(VMEXIT_MTRAP, "number of monitor trap exits");
160 VMM_STAT(VMEXIT_PAUSE, "number of times pause was intercepted");
163 VMM_STAT(VMEXIT_INOUT, "number of times in/out was intercepted");
164 VMM_STAT(VMEXIT_CPUID, "number of times cpuid was intercepted");
[all …]
H A Dvmm_stat.h73 #define VMM_STAT(type, desc) \ macro
H A Dvmm.c245 static VMM_STAT(VCPU_TOTAL_RUNTIME, "vcpu total runtime");
1172 static VMM_STAT(VCPU_IDLE_TICKS, "number of ticks vcpu was idle");
2136 static VMM_STAT(VCPU_NMI_COUNT, "number of NMIs delivered to vcpu");
2183 static VMM_STAT(VCPU_EXTINT_COUNT, "number of ExtINTs delivered to vcpu");
/f-stack/freebsd/amd64/vmm/io/
H A Dvlapic.c567 static VMM_STAT(VLAPIC_GRATUITOUS_EOI, "EOI without any in-service interrupt");
622 static VMM_STAT(VLAPIC_INTR_ERROR, "error interrupts generated by vlapic");
642 static VMM_STAT(VLAPIC_INTR_TIMER, "timer interrupts generated by vlapic");
656 static VMM_STAT(VLAPIC_INTR_CMC,