aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/formats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-24 10:59:31 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-24 10:59:31 +0100
commit7e273af3ec8363a4d961119d0f055ca8d78ba31f (patch)
tree101b2dea4673408bb4a52085a93f8752521515b9 /tools/xentrace/formats
parent3095cdaf509be61190dfe2554ef6aee6bfbb4a4f (diff)
downloadxen-7e273af3ec8363a4d961119d0f055ca8d78ba31f.tar.gz
xen-7e273af3ec8363a4d961119d0f055ca8d78ba31f.tar.bz2
xen-7e273af3ec8363a4d961119d0f055ca8d78ba31f.zip
This patch is mainly a cleanup of vmx related xentrace code. One minor
xentrace bug is fixed. Signed-off-by: Xiaowei Yang <xiaowei.yang@intel.com> Signed-off-by: Yunfeng Zhao <yunfeng.zhao@intel.com>
Diffstat (limited to 'tools/xentrace/formats')
-rw-r--r--tools/xentrace/formats4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xentrace/formats b/tools/xentrace/formats
index 818eef1c60..96ba53212c 100644
--- a/tools/xentrace/formats
+++ b/tools/xentrace/formats
@@ -16,6 +16,6 @@
0x00080002 CPU%(cpu)d %(tsc)d VMX_VECTOR [ domid = 0x%(1)08x, eip = 0x%(2)08x, vector = 0x%(3)08x ]
0x00080003 CPU%(cpu)d %(tsc)d VMX_INT [ domid = 0x%(1)08x, trap = 0x%(2)08x, va = 0x%(3)08x ]
-0x00090001 CPU%(cpu)d %(tsc)d VMENTRY 0x%(1)08x 0x%(2)08x 0x%(3)08x 0x%(4)08x 0x%(5)08x
-0x00090002 CPU%(cpu)d %(tsc)d VMEXIT 0x%(1)08x 0x%(2)08x 0x%(3)08x
+0x00081001 CPU%(cpu)d %(tsc)d VMEXIT 0x%(1)08x 0x%(2)08x 0x%(3)08x
+0x00081002 CPU%(cpu)d %(tsc)d VMENTRY 0x%(1)08x 0x%(2)08x 0x%(3)08x 0x%(4)08x 0x%(5)08x