Skip to content
Success

Changes

Summary

  1. scripting: Update the XY views to new tracecompass API (details)
  2. opentracing: Add span to root if parent not found (details)
Commit 624bef8496c11be4c7b2c2eb01379e02969adbbb by Genevieve Bastien
scripting: Update the XY views to new tracecompass API

Trace Compass has moved from org.swtchart to org.eclipse.swtchart and
updated its API accordingly. The scripting views had not been updated
for it and the styles of scatter and histogram charts did not work
anymore (they were all line chart).

Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Change-Id: I571b2854f057ae7c61c513c7e49a25c24c914350
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/172147
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
The file was modified scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/xychart/ScriptedXYView.java (diff)
The file was modified scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/xychart/ScriptedXYTreeViewer.java (diff)
The file was modified scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/histogram/ScriptedHistogramViewer.java (diff)
The file was modified scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/histogram/ScriptedHistogramView.java (diff)
The file was modified scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/scatter/ScriptedScatterView.java (diff)
The file was modified scripting/org.eclipse.tracecompass.incubator.scripting.ui/src/org/eclipse/tracecompass/incubator/internal/scripting/ui/views/scatter/ScriptedScatterViewer.java (diff)
Commit 922b54b1a3ad6f310c325bbf31381bce5afb6502 by Genevieve Bastien
opentracing: Add span to root if parent not found

If the quark for a parent span ID does not exist, add the span at the
child span at the root of the trace's span instead of returning.

Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Change-Id: Ia290e2d33f08499db65965d484e0f02a2bdc12e8
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/172157
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
The file was modified tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/analysis/spanlife/SpanLifeStateProvider.java (diff)