aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@amd.com>2011-04-13 14:09:55 +0100
committerChristoph Egger <Christoph.Egger@amd.com>2011-04-13 14:09:55 +0100
commitd0c9dab138e5d449eb46dfd384af6ca9e5b539ee (patch)
treeb0f9f67a377f103c88d19c707985c570bc6562aa /tools/xentrace
parent3943f0228d7b539d96f4045ebd7bc26210040257 (diff)
downloadxen-d0c9dab138e5d449eb46dfd384af6ca9e5b539ee.tar.gz
xen-d0c9dab138e5d449eb46dfd384af6ca9e5b539ee.tar.bz2
xen-d0c9dab138e5d449eb46dfd384af6ca9e5b539ee.zip
tools/xentrace: decode 'continue_running' and 'RDTSC' entries.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/formats2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/xentrace/formats b/tools/xentrace/formats
index e16eb2b12f..7d5cdff938 100644
--- a/tools/xentrace/formats
+++ b/tools/xentrace/formats
@@ -5,6 +5,7 @@
0x0001f003 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) cpu_change 0x%(1)08x
0x0001f004 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) trace_irq [ vector = %(1)d, count = %(2)d, tot_cycles = 0x%(3)08x, max_cycles = 0x%(4)08x ]
+0x00021002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) continue_running [ dom:vcpu = 0x%(1)08x ]
0x00021011 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) running_to_runnable [ dom:vcpu = 0x%(1)08x ]
0x00021021 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) running_to_blocked [ dom:vcpu = 0x%(1)08x ]
0x00021031 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) running_to_offline [ dom:vcpu = 0x%(1)08x ]
@@ -70,6 +71,7 @@
0x00082018 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) CLTS
0x00082019 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) LMSW [ value = 0x%(1)08x ]
0x00082119 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) LMSW [ value = 0x%(2)08x%(1)08x ]
+0x0008201a CPU%(cpu)d %(tsc)d (+%(reltsc)8d) RDTSC [ value = 0x%(2)08x%(1)08x ]
0x00082020 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) INTR_WINDOW [ value = 0x%(1)08x ]
0x00082021 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) NPF [ gpa = 0x%(2)08x%(1)08x mfn = 0x%(4)08x%(3)08x qual = 0x%(5)04x p2mt = 0x%(6)04x ]