tmf: Bug 497347: Custom event aspects incorrect in mixed experiments
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 5 Jul 2016 19:09:37 +0000 (15:09 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 20 Jul 2016 21:22:03 +0000 (17:22 -0400)
commit0fa1aec212bdc5e3605d1845ffade3e73492b8f8
treefa1b7e129ec681201a858dbb2a38b40e89999b8d
parentf5cc6ed1674964d61cbbbec7a934e318d5cae45d
tmf: Bug 497347: Custom event aspects incorrect in mixed experiments

Change the custom event aspects to use TmfContentFieldAspect with the
field name. In a mixed experiment, fields from different custom trace
types with the same name will be combined in a single aspect.

Use the base aspect for the Event type if specified as a custom parser
output.

Remove the internal column data array in custom event, as its
information is stored in the event content.

Do not store the custom event type name as a content field, as it is
already stored in the custom event type.

Change-Id: Ic8b39672f0b6f27439774262791d249e6ecf24b1
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/76640
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/parsers/custom/CustomEventAspects.java
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/parsers/custom/CustomEvent.java
This page took 0.025704 seconds and 5 git commands to generate.