aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/formats
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-09 13:30:16 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-09 13:30:16 +0000
commit0f5ad1e3d0d372d519496a9baceddfa1504ba966 (patch)
tree2c7fdebce1d507ebaa91115fc92cabeb80804d19 /tools/xentrace/formats
parentadf5b4e34193eea014cdcbb6c067d7e0b4439efa (diff)
downloadxen-0f5ad1e3d0d372d519496a9baceddfa1504ba966.tar.gz
xen-0f5ad1e3d0d372d519496a9baceddfa1504ba966.tar.bz2
xen-0f5ad1e3d0d372d519496a9baceddfa1504ba966.zip
Add lost record format in xentrace formats file.
Signed-off-by: Xin Li <xin.b.li@intel.com>
Diffstat (limited to 'tools/xentrace/formats')
-rw-r--r--tools/xentrace/formats2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/xentrace/formats b/tools/xentrace/formats
index 45be9d231e..3460a5f99f 100644
--- a/tools/xentrace/formats
+++ b/tools/xentrace/formats
@@ -1,3 +1,5 @@
+0x0001f001 CPU%(cpu)d %(tsc)d lost_records 0x%(1)08x
+
0x0002f001 CPU%(cpu)d %(tsc)d sched_add_domain [ domid = 0x%(1)08x, edomid = 0x%(2)08x ]
0x0002f002 CPU%(cpu)d %(tsc)d sched_rem_domain [ domid = 0x%(1)08x, edomid = 0x%(2)08x ]
0x0002f003 CPU%(cpu)d %(tsc)d domain_sleep [ domid = 0x%(1)08x, edomid = 0x%(2)08x ]