Tmf: Fix a bug in CFV and Xml time graph views where entries have no parent
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Tue, 30 Sep 2014 19:59:38 +0000 (15:59 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 30 Oct 2014 14:51:11 +0000 (10:51 -0400)
commit0a35a36f4a0e5e76c386bb50baebf2738f04d687
tree44e80b75c0e2df16d0ac586f0a57a6e3c89bb433
parent03ec1f6afba8f07c86aca086c3eb171e68f6bbdc
Tmf: Fix a bug in CFV and Xml time graph views where entries have no parent

If a child entry starts before the parent entry, like it happens at the
beginning of a trace, then in time graph views, they are not associated with
the parent.

Change-Id: I3fb72049248c13aecdc41e88420eaf4dfae24911
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/35342
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.tracecompass.lttng2.kernel.ui/src/org/eclipse/tracecompass/internal/lttng2/kernel/ui/views/controlflow/ControlFlowView.java
org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/views/timegraph/XmlEntry.java
org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/views/timegraph/XmlTimeGraphView.java
This page took 0.02989 seconds and 5 git commands to generate.