tmf: Bug 491714: Fix population of XmlTimeGraphView for experiments
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Thu, 14 Apr 2016 15:45:27 +0000 (11:45 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Fri, 22 Apr 2016 10:43:57 +0000 (06:43 -0400)
commitdbae61184081f664f87d144a33875c0ebb8c58f2
tree39f46c86a731ede21b38734ac6aafed693580cde
parent182e9b8fbfc925ac36b536806865b9dea24048b8
tmf: Bug 491714: Fix population of XmlTimeGraphView for experiments

With this patch the XmlTimeGraphView is populated with the content of
all traces part of an experiment.

When rebuilding the event list the view cache (event list, filters,
view context) is cleared. This is important because right now
there is only one instance of XmlTimeGraphView per trace even if there
are more than one XML analyses and views defined.

Change-Id: I535cace0089147bea4584c5af8b7a0c57157bd36
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/70681
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/views/timegraph/XmlTimeGraphView.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java
This page took 0.026074 seconds and 5 git commands to generate.