aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/perfc_defn.h
diff options
context:
space:
mode:
authormafetter@fleming.research <mafetter@fleming.research>2005-04-04 10:52:11 +0000
committermafetter@fleming.research <mafetter@fleming.research>2005-04-04 10:52:11 +0000
commite79bd5b63bc89a3fdb2c7529931d784cf8c436f5 (patch)
treedc8205a82c1026ed09f454f4e91b60eeebc97442 /xen/include/xen/perfc_defn.h
parent8863d71cc8575fa0e8dd50dcb4606a9a39b89e9e (diff)
downloadxen-e79bd5b63bc89a3fdb2c7529931d784cf8c436f5.tar.gz
xen-e79bd5b63bc89a3fdb2c7529931d784cf8c436f5.tar.bz2
xen-e79bd5b63bc89a3fdb2c7529931d784cf8c436f5.zip
bitkeeper revision 1.1266 (42511c5bb2cYQH5revHQWgKY0haDHg)
Rename translate_gpfn_to_mfn to gpfn_to_mfn_foreign. Minor bug fix from prior merges. 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.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 318882a670..0d5b146432 100644
--- a/xen/include/xen/perfc_defn.h
+++ b/xen/include/xen/perfc_defn.h
@@ -98,7 +98,7 @@ PERFCOUNTER_CPU(shadow_get_page_fail, "shadow_get_page_from_l1e fails" )
PERFCOUNTER_CPU(validate_hl2e_calls, "calls to validate_hl2e_change")
PERFCOUNTER_CPU(validate_hl2e_changes, "validate_hl2e makes changes")
PERFCOUNTER_CPU(exception_fixed, "pre-exception fixed")
-PERFCOUNTER_CPU(translate_gpfn_to_mfn, "calls to translate_gpfn_to_mfn")
+PERFCOUNTER_CPU(gpfn_to_mfn_foreign, "calls to gpfn_to_mfn_foreign")
PERFCOUNTER_CPU(remove_write_access, "calls to remove_write_access")
PERFCOUNTER_CPU(remove_write_access_easy, "easy outs of remove_write_access")
PERFCOUNTER_CPU(remove_write_no_work, "no work in remove_write_access")