aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-04-14 14:57:24 +0100
committerKeir Fraser <keir@xen.org>2011-04-14 14:57:24 +0100
commit486fa85e92c675a03e9bc482e02d7af2d00dc81e (patch)
tree7853af49aaa077e29d1dc9eb297eeeac130dcbde /tools/xentrace
parent5428e6c969634f96d908dbcbf666e834ae8aca48 (diff)
downloadxen-486fa85e92c675a03e9bc482e02d7af2d00dc81e.tar.gz
xen-486fa85e92c675a03e9bc482e02d7af2d00dc81e.tar.bz2
xen-486fa85e92c675a03e9bc482e02d7af2d00dc81e.zip
Tracing facility for nested virtualization
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/formats3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xentrace/formats b/tools/xentrace/formats
index 7d5cdff938..04e54d5eb0 100644
--- a/tools/xentrace/formats
+++ b/tools/xentrace/formats
@@ -38,6 +38,9 @@
0x00081001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) VMENTRY
0x00081002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) VMEXIT [ exitcode = 0x%(1)08x, rIP = 0x%(2)08x ]
0x00081102 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) VMEXIT [ exitcode = 0x%(1)08x, rIP = 0x%(3)08x%(2)08x ]
+0x00081401 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) nVMENTRY
+0x00081402 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) nVMEXIT [ exitcode = 0x%(1)08x, rIP = 0x%(2)08x ]
+0x00081502 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) nVMEXIT [ exitcode = 0x%(1)08x, rIP = 0x%(3)08x%(2)08x ]
0x00082001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_XEN [ errorcode = 0x%(2)02x, virt = 0x%(1)08x ]
0x00082101 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_XEN [ errorcode = 0x%(3)02x, virt = 0x%(2)08x%(1)08x ]
0x00082002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_INJECT [ errorcode = 0x%(1)02x, virt = 0x%(2)08x ]