aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/perfc_defn.h
diff options
context:
space:
mode:
authormaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>2005-02-25 14:48:39 +0000
committermaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>2005-02-25 14:48:39 +0000
commit4d747b04c4fd745f9e4c30397c898d26d065c9f3 (patch)
treed0490572acdc3eec15f22ae450981f8f421c3d2f /xen/include/xen/perfc_defn.h
parent6873f06b872dd0ae63559d81886c3f089bf9467d (diff)
downloadxen-4d747b04c4fd745f9e4c30397c898d26d065c9f3.tar.gz
xen-4d747b04c4fd745f9e4c30397c898d26d065c9f3.tar.bz2
xen-4d747b04c4fd745f9e4c30397c898d26d065c9f3.zip
bitkeeper revision 1.1236.3.3 (421f3ac7eVdbco19D20ncC6UepUAYw)
Keep a separate shadow and "hl2" shadow of each guest L2 page. Still doing excessive clearing of these shadows, though... Signed-off-by: michael.fetterman@cl.cam.ac.uk
Diffstat (limited to 'xen/include/xen/perfc_defn.h')
-rw-r--r--xen/include/xen/perfc_defn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/perfc_defn.h b/xen/include/xen/perfc_defn.h
index af13e71211..a252af7ac7 100644
--- a/xen/include/xen/perfc_defn.h
+++ b/xen/include/xen/perfc_defn.h
@@ -31,6 +31,7 @@ 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" )
+PERFSTATUS( hl2_table_pages, "current # hl2 pages" )
PERFCOUNTER_CPU( check_pagetable, "calls to check_pagetable" )
PERFCOUNTER_CPU( check_all_pagetables, "calls to check_all_pagetables" )