tmf: Add a copy method to state system inputs
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 28 Feb 2013 20:47:23 +0000 (15:47 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 4 Mar 2013 16:08:56 +0000 (11:08 -0500)
commite96ab5c46df14c54d13b59f8d960f052fc190ac1
tree96c704c16c9a2e9c9374548997725572e8b03579
parent6383e95d35b4cce9b82ace25e55422e35cbcdc51
tmf: Add a copy method to state system inputs

This is another requirement for partial histories. It is not a
real "clone" method, since we do not want to copy the assigned
state system at that moment, it's supposed to be assigned later
with another call to assignTargetStateSystem().

Change-Id: I744030084fc968b6426718c2fac5ace7f1a2c6dc
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/10756
Tested-by: Hudson CI
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/internal/lttng2/kernel/core/stateprovider/CtfKernelStateInput.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/IStateChangeInput.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statistics/StatsStateProvider.java
This page took 0.027003 seconds and 5 git commands to generate.