Skip to content
Success

Changes

Summary

  1. tmf: Fix missing refresh due to stale sampling (details)
  2. ctf.core: Explicitly align to support 0-length sequences (details)
  3. lttng2.kernel: Move CriticalPathParameterProvider to lttng2.core (details)
Commit 57e7774580572ef0e75dbeacbb9fac477f0efa6f by Patrick Tasse
tmf: Fix missing refresh due to stale sampling

Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was modified tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java (diff)
Commit 80cff445ae66fb45f22b930ff1fb7336d79a035e by Matthew Khouzam
ctf.core: Explicitly align to support 0-length sequences

Resolves #58

Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
The file was modified ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/event/types/SequenceDeclaration.java (diff)
Commit 1eb58426efe79f74a1ff6a7dae9d99ef4051b5f5 by Bernd Hufmann
lttng2.kernel: Move CriticalPathParameterProvider to lttng2.core

With this it's possible to re-use it in the Trace Compass trace server.

[Changed] Move CriticalPathParameterProvider to lttng2.core

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was removedlttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/org/eclipse/tracecompass/internal/lttng2/kernel/ui/criticalpath/CriticalPathParameterProvider.java
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.core/plugin.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui/plugin.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.core/META-INF/MANIFEST.MF (diff)
The file was addedlttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/criticalpath/CriticalPathParameterProvider.java