aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-29 11:00:56 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-29 11:00:56 +0100
commitc18a0f7d6da1c477a0c3fa363499aad9082afaa3 (patch)
tree2fb9f28e863564acc73553cda224486bfd8940fc /tools/xentrace
parent64b50fa83aff7d6078406603ca2da6cd50ba1235 (diff)
downloadxen-c18a0f7d6da1c477a0c3fa363499aad9082afaa3.tar.gz
xen-c18a0f7d6da1c477a0c3fa363499aad9082afaa3.tar.bz2
xen-c18a0f7d6da1c477a0c3fa363499aad9082afaa3.zip
x86 Cx tracing: export expected/predicted Cx to xentrace
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/formats2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xentrace/formats b/tools/xentrace/formats
index 5b2a7693d1..db82a09250 100644
--- a/tools/xentrace/formats
+++ b/tools/xentrace/formats
@@ -121,5 +121,5 @@
0x0040f10f CPU%(cpu)d %(tsc)d (+%(reltsc)8d) shadow_emulate_resync_only [ gfn = 0x%(1)16x ]
0x00801001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) cpu_freq_change [ %(1)dMHz -> %(2)dMHz ]
-0x00802001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) cpu_idle_entry [ C0 -> C%(1)d, acpi_pm_tick = %(2)d ]
+0x00802001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) cpu_idle_entry [ C0 -> C%(1)d, acpi_pm_tick = %(2)d, expected = %(3)dus, predicted = %(4)dus ]
0x00802002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) cpu_idle_exit [ C%(1)d -> C0, acpi_pm_tick = %(2)d ]