aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/perfc_defn.h
diff options
context:
space:
mode:
authormafetter@fleming.research <mafetter@fleming.research>2005-03-15 08:15:00 +0000
committermafetter@fleming.research <mafetter@fleming.research>2005-03-15 08:15:00 +0000
commit64acf06829a173e92c18a2c94d45132d1d6f092a (patch)
tree61f49666cdb6c7a29b0cb7e25e2545981b46d6ff /xen/include/xen/perfc_defn.h
parent0150d071ffc76d82edeaf732c2db82cbeef52177 (diff)
downloadxen-64acf06829a173e92c18a2c94d45132d1d6f092a.tar.gz
xen-64acf06829a173e92c18a2c94d45132d1d6f092a.tar.bz2
xen-64acf06829a173e92c18a2c94d45132d1d6f092a.zip
bitkeeper revision 1.1236.33.1 (42369984aBV0c2ogV4Bh1SA0FxWSLA)
Added support for mapping other domain's memory from a privileged shadowed domain. Should hopefully enable a shadowed dom0 to start up other domains. 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 895c50e09a..5e38e38924 100644
--- a/xen/include/xen/perfc_defn.h
+++ b/xen/include/xen/perfc_defn.h
@@ -43,6 +43,7 @@ PERFCOUNTER_CPU(shadow_status_miss, "missed shadow cache" )
PERFCOUNTER_CPU(shadow_status_hit_head, "hits on head of bucket" )
PERFCOUNTER_CPU(check_pagetable, "calls to check_pagetable" )
PERFCOUNTER_CPU(check_all_pagetables, "calls to check_all_pagetables" )
+PERFCOUNTER_CPU(shadow_get_page_fail, "shadow_get_page_from_l1e fails" )
PERFCOUNTER_CPU(shadow_sync_all, "calls to shadow_sync_all")
PERFCOUNTER_CPU(shadow_make_snapshot, "snapshots created")