aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/perfc_defn.h
diff options
context:
space:
mode:
authormafetter@fleming.research <mafetter@fleming.research>2005-03-16 01:17:37 +0000
committermafetter@fleming.research <mafetter@fleming.research>2005-03-16 01:17:37 +0000
commitc5ad7bd0fa0b6d8248cf2c41bb5671c259f5a56d (patch)
tree9f2893ae2986695a9736952710413282ddc4ec99 /xen/include/xen/perfc_defn.h
parent443ed1a174f135c7ffe2cad4af3cfd3e04c0123a (diff)
downloadxen-c5ad7bd0fa0b6d8248cf2c41bb5671c259f5a56d.tar.gz
xen-c5ad7bd0fa0b6d8248cf2c41bb5671c259f5a56d.tar.bz2
xen-c5ad7bd0fa0b6d8248cf2c41bb5671c259f5a56d.zip
bitkeeper revision 1.1236.32.9 (42378931ytaSYjOpR6-Ss599yO6Zjg)
Added unshadowing of L2s that contain entries which are both not present and non-zero. This is a hack, but ought to work OK for linux 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 e4b506171b..058265c416 100644
--- a/xen/include/xen/perfc_defn.h
+++ b/xen/include/xen/perfc_defn.h
@@ -30,6 +30,7 @@ PERFCOUNTER_CPU( shadow_set_l1e_force_map, "shadow_set_l1e forced to map l1" )
PERFCOUNTER_CPU( shadow_set_l1e_unlinked, "shadow_set_l1e found unlinked l1" )
PERFCOUNTER_CPU( shadow_set_l1e_fail, "shadow_set_l1e failed (no sl1)" )
PERFCOUNTER_CPU( shadow_invlpg_faults, "shadow_invlpg's get_user faulted")
+PERFCOUNTER_CPU( unshadow_l2_count, "unpinned L2 count")
/* STATUS counters do not reset when 'P' is hit */