You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timing: Fix SegmentStoreScatterDataProvider for empty segment store
For example, if a trace doesn't have any call stack events to populate
the segment store and hence populate the view, the data provider should
return an empty model instead of failed for fetchTree and fetchXy
[Fixed] Fix SegmentStoreScatterDataProvider for empty segment store
Signed-off-by: Bernd Hufmann <[email protected]>
Copy file name to clipboardExpand all lines: analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -254,18 +254,22 @@ private SegmentStoreScatterDataProvider(ITmfTrace trace, ISegmentStoreProvider p
0 commit comments