tmf: Bug 494197: Empty event list for CallStackEntry when no process
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 17 May 2016 13:10:23 +0000 (09:10 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 20 May 2016 21:51:01 +0000 (17:51 -0400)
commit6e65b8a3fd55df74deb42c7a7389d6a89bdf4086
tree199cc7d4b2b84969cbf656e9f571ea55737212ce
parent3f8c2b0ea0e894f004697c9e6fc9febda7cf2d9f
tmf: Bug 494197: Empty event list for CallStackEntry when no process

The three-level deep loop to populate the event list from the build
thread did not reach the third level if a trace did not have processes
or threads. The loops are replaced with a recursive consumer.

Change-Id: Ie7eebb57f562bad0c6620ae08fcde8b585c52ca9
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/72916
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/callstack/CallStackView.java
This page took 0.02818 seconds and 5 git commands to generate.