linux/lttng: Fix return type and names of layout's network events
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Thu, 28 Jul 2016 14:49:38 +0000 (10:49 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Mon, 8 Aug 2016 13:19:15 +0000 (09:19 -0400)
commit48b36dceefd77871835e1b4961fe0ba75f4bbed5
tree5f28be76461f102abfe133ee470b72766c91f98a
parent0a004264ebdb168e97dad857cafe4942035109a3
linux/lttng: Fix return type and names of layout's network events

All new events added to the layout should return a Collection instead of a
single string. This patch updates the network event's signature

Change-Id: I978f760d6f72714467511f3c58c7a9f3a134830d
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/78070
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/trace/IKernelAnalysisEventLayout.java
lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/trace/layout/Lttng27EventLayout.java
lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/trace/layout/LttngEventLayout.java
This page took 0.027215 seconds and 5 git commands to generate.