aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/perfc_defn.h
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-20 14:44:56 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-20 14:44:56 +0000
commitf8bc908ba31f43ac2c2fffe6e1e3fb068c69cc9a (patch)
tree26ee3db976462134d6a707ea57ef082c64a576f6 /xen/include/xen/perfc_defn.h
parenta5e017883cd28c2aa48ea6f1e2b1e89ca4f20e58 (diff)
downloadxen-f8bc908ba31f43ac2c2fffe6e1e3fb068c69cc9a.tar.gz
xen-f8bc908ba31f43ac2c2fffe6e1e3fb068c69cc9a.tar.bz2
xen-f8bc908ba31f43ac2c2fffe6e1e3fb068c69cc9a.zip
bitkeeper revision 1.1159.1.244 (417679e8xXMjFVu9LO2SfkqXqR2RjA)
Replace pseudo-4GB-segment instruction emulation with a segment-type trick plus instruction replay. Simpler and more robust but actually somewhat slower (we fault more times, as we can fault on both +ve and -ve accesses).
Diffstat (limited to 'xen/include/xen/perfc_defn.h')
-rw-r--r--xen/include/xen/perfc_defn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/perfc_defn.h b/xen/include/xen/perfc_defn.h
index 4868d2a87c..f6868d78b9 100644
--- a/xen/include/xen/perfc_defn.h
+++ b/xen/include/xen/perfc_defn.h
@@ -1,5 +1,5 @@
-PERFCOUNTER_CPU (emulations, "instructions emulated" )
+PERFCOUNTER_CPU (seg_fixups, "segmentation fixups" )
PERFCOUNTER_CPU( irqs, "#interrupts" )
PERFCOUNTER_CPU( ipis, "#IPIs" )