lttng: Update statedump event names for UST 2.8
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 5 May 2016 18:11:47 +0000 (14:11 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 9 May 2016 21:00:44 +0000 (17:00 -0400)
commit0b49411f2ee6f08b7eccee93fb69b485af0d2bf2
tree1b97c39c41e4cba917fcc391737dbb68610e8d71
parent562bbba8c5bec46b5bc0e04ddd8c97641b3965f3
lttng: Update statedump event names for UST 2.8

LTTng 2.8 RC2 changes the name of the "soinfo" event to "bin_info".
Also, its "sopath" field becomes just "path".

No point supporting the older names since it was never part of a
released version.

See https://lists.lttng.org/pipermail/lttng-dev/2016-April/025764.html

Update corresponding tests to use the new DEBUG_INFO3 which has
the updated event names.

Change-Id: Ibfe5701d7cc281d2a055f36eb5f0a1a90caab6ec
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/72241
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/debuginfo/UstDebugInfoAnalysisModuleTest.java
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/debuginfo/UstDebugInfoStateProvider.java
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/trace/layout/LttngUst28EventLayout.java
This page took 0.026308 seconds and 5 git commands to generate.