tmf: Use TMF signals to trigger the state history building
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 18 May 2012 18:06:21 +0000 (14:06 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 18 May 2012 19:19:51 +0000 (15:19 -0400)
commit855a1bfb5c9237ca0a4b009681734254aebd6567
tree1e58460a28b69eb608507601b1725658530e7b4f
parent36bf82a2cbce024d726f497230f2cc9ba499e35c
tmf: Use TMF signals to trigger the state history building

Instead of sending an event request on its own, the history
builder will now listen to the TMF signals to control the
sending and cancelling of the event requests.

This allows us to benefit from the coalescing, which makes
sure we don't read the trace more often than we need to.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/StateSystemFullHistoryTest.java
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/StateSystemFullThreadedHistoryTest.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/tmf/core/statesystem/HistoryBuilder.java
This page took 0.025551 seconds and 5 git commands to generate.