lttng: Add the link between the control flow view and the critical path
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.ui / plugin.xml
index 0bba560dec741bfc6e6c583db50f3a0c5aadae88..6890ccb287daebe99ffc481c9aea1fe067eef8fc 100644 (file)
             tracetype="org.eclipse.linuxtools.lttng2.kernel.tracetype">
       </type>
    </extension>
+   <extension
+         point="org.eclipse.linuxtools.tmf.core.analysis">
+      <parameterProvider
+            class="org.eclipse.tracecompass.internal.lttng2.kernel.ui.criticalpath.CriticalPathParameterProvider">
+         <analysisId
+               id="org.eclipse.tracecompass.analysis.graph.core.criticalpath">
+         </analysisId>
+      </parameterProvider>
+   </extension>
 </plugin>
This page took 0.032863 seconds and 5 git commands to generate.