Skip to content
Failed

Changes

Summary

  1. Add flamegraph analysis to the (details)
Commit 3696536de18ff444d3ef695f9e7fcdff5fa3ff6b by fariba faraji daneshgar
Add flamegraph analysis to the
opentracing trace type- tracecompass part

*A new function (processSpanStateChange) is
added to the TransientState class. Because in
async traces unlike sync traces, the position of
the event in fOngoingInfo is not the same as
the quark of the event in the call stack.
So we should pass two integer, quark and
callstack quark to the function.

* the Statesystem and ItmfStateSystem classes
are changed relayed to this function.
Signed-off-by: Fariba Daneshgar <faraji.daneshgar@gmail.com>
Change-Id: I5d9244993ac0e483d6c7209a5e3e46d491255ecf
The file was modified statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/StateSystem.java
The file was modified statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/TransientState.java
The file was modified statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/ITmfStateSystem.java
The file was modified statesystem/org.eclipse.tracecompass.statesystem.core/META-INF/MANIFEST.MF