tmf: Coalesce the state system event request with the indexing
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 4 Jun 2012 17:49:18 +0000 (13:49 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 4 Jun 2012 17:56:58 +0000 (13:56 -0400)
commit831345377698605a78ba0fb74f483a59fb824b5e
treee6f15102360b525ffc343a29d653ff4c658c360d
parent408e65d267a3d30eb7e2fbfd7e7a4be3a2c9019b
tmf: Coalesce the state system event request with the indexing

Bring back the previous behaviour of using a signal to trigger
the building of the state history. This time however, we link
the request to the experiment, not the trace, so it gets
coalesced with the request from the indexing. No need for a
separate job then.

It also seems to fix bug #379443, since now events are read
only once.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
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/statesystem/StateSystemManager.java
This page took 0.036807 seconds and 5 git commands to generate.