aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/formats
diff options
context:
space:
mode:
authormwilli2@equilibrium.research.intel-research.net <mwilli2@equilibrium.research.intel-research.net>2004-05-12 13:41:47 +0000
committermwilli2@equilibrium.research.intel-research.net <mwilli2@equilibrium.research.intel-research.net>2004-05-12 13:41:47 +0000
commit9b9ca98b6ab16d657deaf37bd51f3290ad1d2df8 (patch)
tree78e3eb5693c326123e99a3011edb38e8d7a7ed2d /tools/xentrace/formats
parente3d8d5ffdd61b1de7510db9c883f96f2a95238ae (diff)
downloadxen-9b9ca98b6ab16d657deaf37bd51f3290ad1d2df8.tar.gz
xen-9b9ca98b6ab16d657deaf37bd51f3290ad1d2df8.tar.bz2
xen-9b9ca98b6ab16d657deaf37bd51f3290ad1d2df8.zip
bitkeeper revision 1.891.1.8 (40a2299bVaCq0t5_5UXpB7OSB1yLKA)
Update xentrace to produce binary output format and xentrace_format to correctly parse it.
Diffstat (limited to 'tools/xentrace/formats')
-rw-r--r--tools/xentrace/formats12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/xentrace/formats b/tools/xentrace/formats
index 95d5cbabc8..726c199bd9 100644
--- a/tools/xentrace/formats
+++ b/tools/xentrace/formats
@@ -1,13 +1,13 @@
-0x00010000 CPU%(cpu)d 0x%(tsc)x sched_add_domain(0x%(3)08x) [ dom id = 0x%(1)08x%(2)08x ]
-0x00010001 CPU%(cpu)d 0x%(tsc)x sched_rem_domain(0x%08(3)x) [ dom id = 0x%(1)08x%(2)08x ]
-0x00010002 CPU%(cpu)d 0x%(tsc)x __wake_up(0x%(3)08x) [ dom id = 0x%(1)08x%(2)08x ]
+0x00010000 CPU%(cpu)d 0x%(tsc)x sched_add_domain(0x%(3)08x) [ dom id = 0x%(1)x%(2)08x ]
+0x00010001 CPU%(cpu)d 0x%(tsc)x sched_rem_domain(0x%08(3)x) [ dom id = 0x%(1)x%(2)08x ]
+0x00010002 CPU%(cpu)d 0x%(tsc)x __wake_up(0x%(3)08x) [ dom id = 0x%(1)x%(2)08x ]
0x00010003 CPU%(cpu)d 0x%(tsc)x do_block() [ current = 0x%(2)08x ]
0x00010004 CPU%(cpu)d 0x%(tsc)x do_yield() [ current = %(2)08x ]
0x00010005 CPU%(cpu)d 0x%(tsc)x do_set_timer_op(0x%(4)08x, 0x%(5)08x) [ current = 0x%(3)08x ]
0x00010006 CPU%(cpu)d 0x%(tsc)x sched_ctl(0x%(1)08x)
-0x00010007 CPU%(cpu)d 0x%(tsc)x sched_adjdom(params) [ dom id = 0x%(1)08x%(2)08x ]
-0x00010008 CPU%(cpu)d 0x%(tsc)x __reschedule(0x%(3)08x) [ dom id = 0x%(1)08x%(2)08x ]
-0x00010009 CPU%(cpu)d 0x%(tsc)x switching to task_struct 0x%(1)08x [ dom id = 0x%(1)08x ]
+0x00010007 CPU%(cpu)d 0x%(tsc)x sched_adjdom(params) [ dom id = 0x%(1)x%(2)08x ]
+0x00010008 CPU%(cpu)d 0x%(tsc)x __reschedule(0x%(3)08x) [ dom id = 0x%(1)x%(2)08x ]
+0x00010009 CPU%(cpu)d 0x%(tsc)x switching to task_struct 0x%(1)08x [ dom id = 0x%(1)x ]
0x0001000A CPU%(cpu)d 0x%(tsc)x s_timer_fn(unused)
0x0001000B CPU%(cpu)d 0x%(tsc)x t_timer_fn(unused)
0x0001000C CPU%(cpu)d 0x%(tsc)x dom_timer_fn(data)