ctf: Support changing endianness of a trace, fix bug 453673
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 1 Dec 2014 19:51:53 +0000 (14:51 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 4 Dec 2014 01:27:56 +0000 (20:27 -0500)
commit52f81ef794864ff7ac2c66aa4bad10957a2c091f
tree4dc995b29d29e9689f8c3b78820063b12360d0f7
parent98e08b50220ba4a24455033b25226b2184bc0852
ctf: Support changing endianness of a trace, fix bug 453673

The issue is that IOStructGen assumed the endianness of a trace did
not change half way through the tsdl file. Now the elements are progressively
loaded and thus the endinanness is updated as need be.

Change-Id: I8cefbf2f1a841a1decb0722b50cd9ec447bcc2be
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/37424
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTrace.java
org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/event/metadata/IOStructGen.java
This page took 0.039643 seconds and 5 git commands to generate.