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 i
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
Xen-devel
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
___
Xe
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 a/tools/xentrac