Re: [Xen-devel] [PATCH 3/5] xentrace_format: combine 64-bit LE values from traces

2018-09-12 Thread Dario Faggioli
On Tue, 2018-09-11 at 15:23 +0300, Andrii Anisov wrote: > Hello George, > > > On 11.09.18 13:48, George Dunlap wrote: > > I like the idea; but what does 'LE' mean in this context? > > Little endian. Most significant 32bit word is at a higher index in > the > array. > I did get it, but it took

Re: [Xen-devel] [PATCH 3/5] xentrace_format: combine 64-bit LE values from traces

2018-09-11 Thread Andrii Anisov
Hello George, On 11.09.18 13:48, George Dunlap wrote: I like the idea; but what does 'LE' mean in this context? Little endian. Most significant 32bit word is at a higher index in the array. -- *Andrii Anisov* ___ Xen-devel mailing list

Re: [Xen-devel] [PATCH 3/5] xentrace_format: combine 64-bit LE values from traces

2018-09-11 Thread George Dunlap
On 09/10/2018 05:41 PM, Andrii Anisov wrote: > From: Andrii Anisov > > In order to be able to print possible 64bit LE values from > trace records, precombine possible variants. I like the idea; but what does 'LE' mean in this context? -George ___

[Xen-devel] [PATCH 3/5] xentrace_format: combine 64-bit LE values from traces

2018-09-10 Thread Andrii Anisov
From: Andrii Anisov In order to be able to print possible 64bit LE values from trace records, precombine possible variants. Signed-off-by: Andrii Anisov --- tools/xentrace/xentrace_format | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git