aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/formats
diff options
context:
space:
mode:
authormwilli2@equilibrium.research.intel-research.net <mwilli2@equilibrium.research.intel-research.net>2004-06-28 17:42:07 +0000
committermwilli2@equilibrium.research.intel-research.net <mwilli2@equilibrium.research.intel-research.net>2004-06-28 17:42:07 +0000
commit3af7269ca3cd9bc9d17002eef1aeff81a6fbef1f (patch)
tree130a2b7abcc8eec67a33438d6089d931ea037b42 /tools/xentrace/formats
parentff7b84f05a5cf3549b221826118aeb8e13e2bf18 (diff)
downloadxen-3af7269ca3cd9bc9d17002eef1aeff81a6fbef1f.tar.gz
xen-3af7269ca3cd9bc9d17002eef1aeff81a6fbef1f.tar.bz2
xen-3af7269ca3cd9bc9d17002eef1aeff81a6fbef1f.zip
bitkeeper revision 1.1011.3.1 (40e0586fjTiPMS5QT6pzPb5uZe0MMw)
Various xentrace tweaks. Should perform better now. May still need more work. Let me know if you have problems with it.
Diffstat (limited to 'tools/xentrace/formats')
-rw-r--r--tools/xentrace/formats28
1 files changed, 14 insertions, 14 deletions
diff --git a/tools/xentrace/formats b/tools/xentrace/formats
index 9a5b157f47..0452385484 100644
--- a/tools/xentrace/formats
+++ b/tools/xentrace/formats
@@ -1,17 +1,17 @@
-#0x00010000 CPU%(cpu)d %(tsc).6f sched_add_domain(0x%(3)08x) [ dom id = 0x%(1)x%(2)08x ]
-#0x00010001 CPU%(cpu)d %(tsc).6f sched_rem_domain(0x%08(3)x) [ dom id = 0x%(1)x%(2)08x ]
-#0x00010002 CPU%(cpu)d %(tsc).6f __wake_up(0x%(3)08x) [ dom id = 0x%(1)x%(2)08x ]
-#0x00010003 CPU%(cpu)d %(tsc).6f do_block() [ current = 0x%(2)08x ]
-#0x00010004 CPU%(cpu)d %(tsc).6f do_yield() [ current = %(2)08x ]
-#0x00010005 CPU%(cpu)d %(tsc).6f do_set_timer_op(0x%(4)08x, 0x%(5)08x) [ current = 0x%(3)08x ]
-#0x00010006 CPU%(cpu)d %(tsc).6f sched_ctl(0x%(1)08x)
-#0x00010007 CPU%(cpu)d %(tsc).6f sched_adjdom(params) [ dom id = 0x%(1)x%(2)08x ]
-#0x00010008 CPU%(cpu)d %(tsc).6f __reschedule(0x%(3)08x) [ dom id = 0x%(1)x%(2)08x ]
-#0x00010009 CPU%(cpu)d %(tsc).6f switching to task_struct 0x%(1)08x [ dom id = 0x%(1)x ]
-#0x0001000A CPU%(cpu)d %(tsc).6f s_timer_fn(unused)
-#0x0001000B CPU%(cpu)d %(tsc).6f t_timer_fn(unused)
-#0x0001000C CPU%(cpu)d %(tsc).6f dom_timer_fn(data)
-#0x0001000D CPU%(cpu)d %(tsc).6f fallback_timer_fn(unused)
+0x00010000 CPU%(cpu)d %(tsc).6f sched_add_domain(0x%(3)08x) [ dom id = 0x%(2)08x ]
+0x00010001 CPU%(cpu)d %(tsc).6f sched_rem_domain(0x%08(3)x) [ dom id = 0x%(2)08x ]
+0x00010002 CPU%(cpu)d %(tsc).6f __wake_up(0x%(3)08x) [ dom id = 0x%(2)08x ]
+0x00010003 CPU%(cpu)d %(tsc).6f do_block() [ current = 0x%(2)08x ]
+0x00010004 CPU%(cpu)d %(tsc).6f do_yield() [ current = %(2)08x ]
+0x00010005 CPU%(cpu)d %(tsc).6f do_set_timer_op(0x%(4)08x, 0x%(5)08x) [ current = 0x%(3)08x ]
+0x00010006 CPU%(cpu)d %(tsc).6f sched_ctl(0x%(1)08x)
+0x00010007 CPU%(cpu)d %(tsc).6f sched_adjdom(params) [ dom id = 0x%(2)08x ]
+0x00010008 CPU%(cpu)d %(tsc).6f __reschedule(0x%(3)08x) [ dom id = 0x(2)08x ]
+0x00010009 CPU%(cpu)d %(tsc).6f switching to task_struct 0x%(1)08x [ dom id = 0x%(1)x ]
+0x0001000A CPU%(cpu)d %(tsc).6f s_timer_fn(unused)
+0x0001000B CPU%(cpu)d %(tsc).6f t_timer_fn(unused)
+0x0001000C CPU%(cpu)d %(tsc).6f dom_timer_fn(data)
+0x0001000D CPU%(cpu)d %(tsc).6f fallback_timer_fn(unused)
0x00020008 CPU%(cpu)d %(tsc).6f enter: dom0_create_dom ( )