aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xeno/perfc_defn.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/xeno/perfc_defn.h')
-rw-r--r--xen/include/xeno/perfc_defn.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xen/include/xeno/perfc_defn.h b/xen/include/xeno/perfc_defn.h
index 891be99786..0d38959022 100644
--- a/xen/include/xeno/perfc_defn.h
+++ b/xen/include/xeno/perfc_defn.h
@@ -5,8 +5,7 @@ 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( sched_irq, "sched: timer" )
-PERFCOUNTER_CPU( sched_run1, "sched: calls to schedule" )
-PERFCOUNTER_CPU( sched_run2, "sched: runs through scheduler" )
+PERFCOUNTER_CPU( sched_run, "sched: runs through scheduler" )
PERFCOUNTER_CPU( sched_ctx, "sched: context switches" )
PERFCOUNTER( net_hypercalls, "network hypercalls" )