TMF: Add the concept of host id to a trace
authorGenevieve Bastien <gbastien+lttng@versatic.net>
Fri, 14 Jun 2013 16:22:24 +0000 (12:22 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 18 Jul 2013 13:35:48 +0000 (09:35 -0400)
commitbb52f9bc4e74b63e41ecef54b43ffee669739dbd
tree1933bfb98f4032d7f6939146d7fc2bad794aab99
parent6c204912a8ff25f796c43c79357475336ab11d6e
TMF: Add the concept of host id to a trace

This patch adds the concept of a host to a trace.  By default, the host is the
name of the trace itself (so 1 trace => 1 host).  For CTF traces, the clock
uuid is used to uniquely identify the host (boot session) the trace was taken
from.

Change-Id: Ie35725bc24be4ea5678c94d5ab5680e67892f4be
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/14052
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/CtfTmfTraceTest.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfTraceTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfTrace.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfTrace.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfTrace.java
This page took 0.024913 seconds and 5 git commands to generate.