tmf.ui: callstack - replaced multiple single SS queries by full query
authorLoïc Prieur-Drevon <loic.prieurdrevon@gmail.com>
Mon, 18 Apr 2016 12:10:33 +0000 (08:10 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Tue, 19 Apr 2016 20:18:45 +0000 (16:18 -0400)
commit1a0ff02c88c5dcb9c51b9d43e930ae39bd0bde0a
tree713842724a76dc63db8f5c0e654f9dbcca7fa3d0
parent3a5f73a1164f560257346afa36d69b7d64bd988b
tmf.ui: callstack - replaced multiple single SS queries by full query

CallStackView would do a single query for every thread,
at the start of the statesystem, or at the end of the
statesystem.
This patch replaces all single queries in buildEntryList
by two full queries and reads to the result of those queries

Change-Id: Id59b355fd84bfc0b8e30ef3f3f375f8ca0dbe634
Signed-off-by: Loïc Prieur-Drevon <loic.prieurdrevon@gmail.com>
Reviewed-on: https://git.eclipse.org/r/70854
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/callstack/CallStackView.java
This page took 0.02532 seconds and 5 git commands to generate.