tmf: Remove the TmfStateSystemBuildCompleted signal
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 7 Jan 2013 22:52:57 +0000 (17:52 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 8 Jan 2013 15:51:20 +0000 (10:51 -0500)
commite45de797d5093dd294763db61e60fafc257465ce
tree7185c1bd25a3a210e85ffa468a66392b2242b975
parent41b5c37f38f85d1331db2d05b98ca9f227d8babf
tmf: Remove the TmfStateSystemBuildCompleted signal

Views should now use ITmfStateSystem.waitUntilBuild() instead.
Its behavior is much more predictable, both if the state history
is already built or not.

This also removes the need to pass the ID when building a new
state history. Only the trace will know the ID->statesystem
matching.

Change-Id: Ie9b5d98b0e674d607b34ae1984342030a5668b19
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/9505
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/headless/BasicStateSystemExample.java
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/StateSystemFullHistoryTest.java
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/lttng2/kernel/core/trace/CtfKernelTrace.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/statesystem/HistoryBuilder.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfStateSystemBuildCompleted.java [deleted file]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/ITmfStateSystem.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/StateSystemManager.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statistics/TmfStateStatistics.java
This page took 0.042403 seconds and 5 git commands to generate.