ust: Add trace constructor with event factory
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Wed, 10 May 2017 18:29:59 +0000 (14:29 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Fri, 12 May 2017 15:40:15 +0000 (11:40 -0400)
commitd755ffcc1553418207392e582167f18f2ce59a29
treecce1a5850e665a94378ddbf2fcc5b0124664d88f
parentf75806c18a6a85ec0ccfae1527a68fb257936085
ust: Add trace constructor with event factory

Traces extending the UST trace may pass their own event factory to the
constructor to parse additional fields.

Example use case for this: A JUL trace of Trace Compass taken with LTTng
is a UST trace, but the CTF field 'msg' is a json string from which we
can extract extra fields. The event factory will do just that.

Change-Id: Ic9ac1fde9df655f6b529cb0fbcd2ed0d3932d0b5
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/96765
Reviewed-by: Hudson CI
lttng/org.eclipse.tracecompass.lttng2.ust.core/META-INF/MANIFEST.MF
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/trace/LttngUstTrace.java
This page took 0.024366 seconds and 5 git commands to generate.