tmf: Introduce the StateSystemManager
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 1 Jun 2012 14:17:54 +0000 (10:17 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 1 Jun 2012 15:54:28 +0000 (11:54 -0400)
commit6e71ce46928931c8860c1431690d6463e9cb7f49
tree9bbb8aad627628c301d0a4c5012d7ba0e4286be1
parent29c0da0f35c01037d39fa3022b6344b21c91f6d6
tmf: Introduce the StateSystemManager

The HistoryBuilder class goes back to being a dumb
"state history factory", while the Manager will handle the
set up and locking of those constructions.

refs Eclipse bug #381393

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 [deleted file]
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/TestAll.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
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/StateSystemManager.java [new file with mode: 0644]
This page took 0.045461 seconds and 5 git commands to generate.