lttng: add support for kernel-only in tracer control (bug406120)
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Tue, 23 Apr 2013 19:10:20 +0000 (15:10 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Wed, 24 Apr 2013 15:35:40 +0000 (11:35 -0400)
commitf3e2f354eba21cb2d2f0c079212fcfd4100dd3d6
treed5cc3f5d1708bd4bd4e504e2b12ab9443938cd76
parent00de7b32208887ba60575321092a31b1e88a2a37
lttng: add support for kernel-only in tracer control (bug406120)

This commit allows the user to connect to a remote LTTng node
where UST is disabled and only the kernel tracer is available.
For LTTng tools 2.0.x, the command lttng list -u causes a
segmentation fault on the remote side. This segmentation fault
makes it impossible to use the kernel-only mode. This bug is fixed
in later versions of LTTng tools starting from 2.1.0.

Change-Id: I2862ccce68c575706722eea89fdd4b450797d5d6
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/12139
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/control/service/LTTngControlServiceTest.java
org.eclipse.linuxtools.lttng2.ui.tests/testfiles/LTTngServiceTest.cfg
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/LTTngControlService.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/LTTngControlServiceConstants.java
This page took 0.028434 seconds and 5 git commands to generate.