lttng: Add utility methods to get CTF tracer versions
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 8 Jul 2015 20:15:24 +0000 (16:15 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 1 Oct 2015 17:46:21 +0000 (13:46 -0400)
commit542ddfb36e4d7d11ccd68c461ccac4b285265aa8
tree9f5b4de7ba237bb4d4295fbfb80c69fde8018536
parent9686584fff85d89d1552bb33888ea0910acfab48
lttng: Add utility methods to get CTF tracer versions

It's not uncommon to check for tracer names and versions of CTF
traces. We can offer convenience methods to do so, instead of
having to parse the environment metadata every time.

Change-Id: I9c4cbc7e36d24d972889f6c4bbc16d2db852f741
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/51661
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/trace/CtfUtils.java [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/lttng2/kernel/core/trace/LttngKernelTrace.java
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/trace/LttngUstTrace.java
This page took 0.024419 seconds and 5 git commands to generate.