|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH]xentrace_format doesn't work on 64 bit arch
On 17 Nov 2005, at 22:40, Rob Gardner wrote:
The xentrace_format script doesn't work on x86/64. Python pads the
input structure because the first field is 32 bits and the next is 64
bits, whereas x86-32 doesn't pad. The quick fix is to read the cpu id
separately as a 32bit value, then read the rest of the trace record.
Here is a little patch that does that. Tested on x86/32 SMP and
x86/64.
Your mail client has garbled the patch. Please re-send as an attachment.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|