lttng: Move the UST memory analysis to use ILttngUstEventLayout
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 21 Aug 2015 01:20:11 +0000 (21:20 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 28 Sep 2015 17:02:28 +0000 (13:02 -0400)
commit7e452c97060fa3486cd37c9655fc80425572801f
tree15d33c4bbd0a37e9ed346f0f149bcb6a62054ab0
parent21de574d248aa470a1da803370909d1795e008da
lttng: Move the UST memory analysis to use ILttngUstEventLayout

This will allow the analysis to work with different versions
of the UST.

Removed the getRequirements() test, because testing (what used
to be) statically-defined values is not particularly useful.

Fixes Bug: 470186.

Change-Id: Id3c80467a55c9c3d47c8073d49e8f4ea3ead4f5b
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/54272
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/src/org/eclipse/tracecompass/lttng2/ust/core/tests/analysis/memory/UstMemoryAnalysisModuleTest.java
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/LttngUstEventStrings.java [deleted file]
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryStateProvider.java
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/memory/UstMemoryAnalysisModule.java
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/TmfAbstractAnalysisModule.java
This page took 0.026877 seconds and 5 git commands to generate.