From: Dario Faggioli Date: Tue, 16 Feb 2016 12:13:47 +0000 (+0100) Subject: xentrace: formats: add domain create and destroy events. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1579^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=74425bad0e15df4109bbc73545651e1a2cc7d1a6;p=xen.git xentrace: formats: add domain create and destroy events. Signed-off-by: Dario Faggioli --- Cc: George Dunlap Cc: Ian Jackson Cc: Ian Campbell Cc: Wei Liu Cc: Olaf Hering Cc: Konrad Rzeszutek Wilk --- Changes from v2: * new patch in the series. --- diff --git a/tools/xentrace/formats b/tools/xentrace/formats index 60a8e8fdd8..d204351d92 100644 --- a/tools/xentrace/formats +++ b/tools/xentrace/formats @@ -62,6 +62,9 @@ 0x00022804 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtds:repl_budget [ dom:vcpu = 0x%(1)08x, cur_deadline = 0x%(3)08x%(2)08x, cur_budget = 0x%(5)08x%(4)08x ] 0x00022805 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtds:sched_tasklet +0x00041001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) domain_create [ dom = 0x%(1)08x ] +0x00041002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) domain_destroy [ dom = 0x%(1)08x ] + 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 ]