aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/perfc_defn.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-12 23:39:14 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-12 23:39:14 +0100
commit8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6 (patch)
tree04f7640ae75fd41d49d6ea2460314a93c7f98289 /xen/include/xen/perfc_defn.h
parent4207635014c977748811f86871444f10819a6b07 (diff)
downloadxen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.tar.gz
xen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.tar.bz2
xen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.zip
Rename ac_timer_* interfaces -> timer_*. The ac_ is
meaningless and unnecessary. Rename rem_timer -> stop_timer. Signed-off-by: Keir Fraser <keir@xensource.com>
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 1e6820acad..60d123689a 100644
--- a/xen/include/xen/perfc_defn.h
+++ b/xen/include/xen/perfc_defn.h
@@ -32,7 +32,7 @@ PERFCOUNTER_CPU(ipis, "#IPIs")
PERFCOUNTER_CPU(irq_time, "cycles spent in irq handler")
PERFCOUNTER_CPU(apic_timer, "apic timer interrupts")
-PERFCOUNTER_CPU(ac_timer_max, "ac_timer max error (ns)")
+PERFCOUNTER_CPU(timer_max, "timer max error (ns)")
PERFCOUNTER_CPU(sched_irq, "sched: timer")
PERFCOUNTER_CPU(sched_run, "sched: runs through scheduler")
PERFCOUNTER_CPU(sched_ctx, "sched: context switches")