Skip to content
Success

Changes

Summary

  1. Fix compilation error after Trace Compass API clean-up (details)
  2. uftrace: add support for UTC offset information (details)
Commit e4dfbac6d5e65cca8e6c547500504f41a4f46828 by Bernd Hufmann
Fix compilation error after Trace Compass API clean-up

See
https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/issues/87

Note: XAF was broken before due incompatible changes in mainline TC.
This commit, just makes it compile again, but it's still broken.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/IOQueueStatisticsAnalysis.java (diff)
The file was modified analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/StateMachineVariableAnalysis.java (diff)
The file was modified analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/CriticalPathState.java (diff)
The file was modified analyses/org.eclipse.tracecompass.incubator.lttng2.ust.extras.core/src/org/eclipse/tracecompass/incubator/internal/lttng2/ust/extras/core/pthread/PThreadLockGraphHandler.java (diff)
Commit f230c18a0c9ca3ecd274d15256791d41b6d4b106 by Matthew Khouzam
uftrace: add support for UTC offset information

This is a soon to be released feature in uftrace, allows correlation with
lttng kernel traces.

Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Change-Id: I76ee112ba5c407d7e4810df77882c9e11bfaa43d
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/libgcc_s.so.1.sym
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/default.opts
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/5119.dat
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/5117.dat
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/sid-6daf565b5650d9de.map
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/task.txt
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/info
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/libgomp.so.1.0.0.sym
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/openmp-hello-world.out.sym
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/libz.so.1.2.13.sym
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/5120.dat
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/libc.so.6.sym
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/ld-linux-x86-64.so.2.sym
The file was modified tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/Uftrace.java (diff)
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/libzstd.so.1.5.5.sym
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/libm.so.6.sym
The file was addedtracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-utc/uftrace.data/libelf-0.189.so.sym
The file was modified tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/DatEvent.java (diff)
The file was modified tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/src/org/eclipse/tracecompass/incubator/uftrace/core/tests/trace/IntegrationTest.java (diff)
The file was modified tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/DatParser.java (diff)