aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/perfc_defn.h
diff options
context:
space:
mode:
authormafetter@fleming.research <mafetter@fleming.research>2005-02-12 19:58:43 +0000
committermafetter@fleming.research <mafetter@fleming.research>2005-02-12 19:58:43 +0000
commitf47e36220675c8dbcb9615c5e28a9fb0d5b8195d (patch)
treedee9f62c374fe10e635c49b507e8ad0e38520824 /xen/include/xen/perfc_defn.h
parentcb698d8df45b47f3c4fb843a05c2171382b7d4d1 (diff)
parentacf041f4371ec15c56fb5de29cf324ca7f8e2437 (diff)
downloadxen-f47e36220675c8dbcb9615c5e28a9fb0d5b8195d.tar.gz
xen-f47e36220675c8dbcb9615c5e28a9fb0d5b8195d.tar.bz2
xen-f47e36220675c8dbcb9615c5e28a9fb0d5b8195d.zip
bitkeeper revision 1.1195 (420e5ff3SFUc-sHp8lfCe-xCoUlk-A)
Hand merge
Diffstat (limited to 'xen/include/xen/perfc_defn.h')
-rw-r--r--xen/include/xen/perfc_defn.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/xen/include/xen/perfc_defn.h b/xen/include/xen/perfc_defn.h
index ba369f3603..af13e71211 100644
--- a/xen/include/xen/perfc_defn.h
+++ b/xen/include/xen/perfc_defn.h
@@ -25,12 +25,16 @@ PERFCOUNTER_CPU( shadow_l2_table_count, "shadow_l2_table count" )
PERFCOUNTER_CPU( shadow_l1_table_count, "shadow_l1_table count" )
PERFCOUNTER_CPU( unshadow_table_count, "unshadow_table count" )
PERFCOUNTER_CPU( shadow_fixup_count, "shadow_fixup count" )
-PERFCOUNTER_CPU( shadow_update_va_fail, "shadow_update_va_fail" )
+PERFCOUNTER_CPU( shadow_update_va_fail1, "shadow_update_va_fail1" )
+PERFCOUNTER_CPU( shadow_update_va_fail2, "shadow_update_va_fail2" )
/* STATUS counters do not reset when 'P' is hit */
PERFSTATUS( shadow_l2_pages, "current # shadow L2 pages" )
PERFSTATUS( shadow_l1_pages, "current # shadow L1 pages" )
+PERFCOUNTER_CPU( check_pagetable, "calls to check_pagetable" )
+PERFCOUNTER_CPU( check_all_pagetables, "calls to check_all_pagetables" )
+
#define VMX_PERF_EXIT_REASON_SIZE 37
#define VMX_PERF_VECTOR_SIZE 0x20
PERFCOUNTER_ARRAY(vmexits, "vmexits", VMX_PERF_EXIT_REASON_SIZE )