tmf/lttng: Migrate remaining users to the state system analysis
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 12 Feb 2014 12:41:21 +0000 (07:41 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 14 Feb 2014 21:09:43 +0000 (16:09 -0500)
commite9504bf6479fd70e2474fa959404a4f5bae656d9
tree786bb19c75f1938fdd45809e950f0ea74bffe4f1
parentc659283de3f8d9ca4d4e2f5824028dab8f0dd381
tmf/lttng: Migrate remaining users to the state system analysis

- Removed the VerifyHistoryFile program, this dates from long ago,
  these checks can now be done via unit tests.

- Removed the BasicStateSystemExample. Doing a range query on the
  full range of the trace?!? That's a good example of what NOT to do!

- Tweaked the GenerateTestValues program to use the analysis module
  instead.

Change-Id: I224f93642b8b3a9a4a0c1c4ca9a1e2f5f7089130
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/21910
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/synthetictraces/LttngKernelTraceGenerator.java
org.eclipse.linuxtools.lttng2.kernel.core.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/headless/BasicStateSystemExample.java [deleted file]
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/headless/GenerateTestValues.java [deleted file]
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/GenerateTestValues.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/statesystem/VerifyHistoryFile.java [deleted file]
This page took 0.03987 seconds and 5 git commands to generate.