aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-16 09:51:42 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-16 09:51:42 +0100
commita98892e3b0404ba48ec5744f7ec7ada8eeb2dc31 (patch)
tree6e6eb6952e321b527ebd2ff3ab3c76ef6e5f2783 /tools/xentrace
parent44a6b9e6d406fb3b7263ff3ba90e2e96f8c88210 (diff)
downloadxen-a98892e3b0404ba48ec5744f7ec7ada8eeb2dc31.tar.gz
xen-a98892e3b0404ba48ec5744f7ec7ada8eeb2dc31.tar.bz2
xen-a98892e3b0404ba48ec5744f7ec7ada8eeb2dc31.zip
xentrace: trace power management events.
Signed-off-by: Guanqun Lu <guanqun.lu@intel.com>
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/formats4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/xentrace/formats b/tools/xentrace/formats
index 84d8cc6841..5d84eec6b3 100644
--- a/tools/xentrace/formats
+++ b/tools/xentrace/formats
@@ -116,3 +116,7 @@
0x0040f10e CPU%(cpu)d %(tsc)d (+%(reltsc)8d) shadow_emulate_resync_full [ gfn = 0x%(1)16x ]
0x0040f00f CPU%(cpu)d %(tsc)d (+%(reltsc)8d) shadow_emulate_resync_only [ gfn = 0x%(1)08x ]
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 ]
+0x00802002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) cpu_idle_exit [ C%(1)d -> C0 ]