aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/perfc_defn.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-10 13:21:42 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-10 13:21:42 +0000
commit3e820c5daef942b7418ded75bb63a31dff7d8635 (patch)
treebfe060f3cdc8e407be6f1d611cbd47f3cae5c137 /xen/include/xen/perfc_defn.h
parent9e777a0acbde64bd0630b59d255894b4b7ebaec8 (diff)
downloadxen-3e820c5daef942b7418ded75bb63a31dff7d8635.tar.gz
xen-3e820c5daef942b7418ded75bb63a31dff7d8635.tar.bz2
xen-3e820c5daef942b7418ded75bb63a31dff7d8635.zip
bitkeeper revision 1.950 (40c86066TdQwTUVQtZ0q0py10MTUgg)
Removed old I/O world and cleaned up.
Diffstat (limited to 'xen/include/xen/perfc_defn.h')
-rw-r--r--xen/include/xen/perfc_defn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/xen/include/xen/perfc_defn.h b/xen/include/xen/perfc_defn.h
index 850edf96c0..40d3b96687 100644
--- a/xen/include/xen/perfc_defn.h
+++ b/xen/include/xen/perfc_defn.h
@@ -9,12 +9,6 @@ PERFCOUNTER_CPU( sched_irq, "sched: timer" )
PERFCOUNTER_CPU( sched_run, "sched: runs through scheduler" )
PERFCOUNTER_CPU( sched_ctx, "sched: context switches" )
-PERFCOUNTER( net_hypercalls, "network hypercalls" )
-PERFCOUNTER( net_rx_congestion_drop, "net rx congestion drops" )
-PERFCOUNTER( net_rx_capacity_drop, "net rx capacity drops" )
-PERFCOUNTER( net_rx_delivered, "net rx delivered" )
-PERFCOUNTER( net_tx_transmitted, "net tx transmitted" )
-
PERFCOUNTER_CPU( domain_page_tlb_flush, "domain page tlb flushes" )
PERFCOUNTER_CPU( need_flush_tlb_flush, "PG_need_flush tlb flushes" )