tmf: Add an ID to the AbstractStateChangeInput
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 28 Sep 2012 15:13:04 +0000 (11:13 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 5 Oct 2012 19:46:27 +0000 (15:46 -0400)
commit71f2da63ae7eb674ec19d47a431ae443e66a84b5
tree2da2ace2e7f72aa1053167de926bc0360a65808e
parent7898bb212d23351b7f7a1e80652f37101db917f7
tmf: Add an ID to the AbstractStateChangeInput

The Abstract version was still, wrongly, using "CTF Kernel"
as its identifier. Replace this with a configurable name,
provided as a constructor parameter.

It's only used for naming the thread that it starts, but it
makes it a bit more clear what is happening when debugging.

Change-Id: I3317d82c366915e4eaa08a5fa65a8379f92e062f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/7977
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/AbstractStateChangeInput.java
This page took 0.025169 seconds and 5 git commands to generate.