critical path: Change relationship with graph builders
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Tue, 9 May 2017 01:44:50 +0000 (21:44 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Mon, 15 May 2017 19:55:48 +0000 (15:55 -0400)
commit925f06a21bcbfc97587a2bc5f8db81d969922d43
treea367b740d673b80aef09f40ffebb900b13155634
parent425af011c77585c0933f0cfe83511ac58ef29992
critical path: Change relationship with graph builders

This adds the critical path module as a child of the graph builder
module. It also creates the view output under the graph builder and
the view will open with the right execution graph selected.

Change-Id: Ibee665489f1e618dcf478e4ea092ae6c3f9d92e2
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/96666
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
analysis/org.eclipse.tracecompass.analysis.graph.core/META-INF/MANIFEST.MF
analysis/org.eclipse.tracecompass.analysis.graph.core/plugin.xml
analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/analysis/graph/core/building/TmfGraphBuilderModule.java
analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/analysis/graph/core/criticalpath/CriticalPathModule.java
analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/analysis/graph/core/criticalpath/ICriticalPathProvider.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/plugin.xml
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/CriticalPathBaseEntry.java
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/CriticalPathModuleListener.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/criticalpath/view/CriticalPathView.java
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/TmfAbstractAnalysisParamProvider.java
This page took 0.026592 seconds and 5 git commands to generate.