timing: Add a generic table view for any segment provider
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / plugin.xml
index ecb2836713c7461d5cc89751549aeb624666db98..5b9c9c838588bf3232b75bb64c8ce3b50f47a053 100644 (file)
@@ -5,7 +5,7 @@
          point="org.eclipse.linuxtools.tmf.core.analysis">
       <module
             analysis_module="org.eclipse.tracecompass.internal.analysis.timing.ui.callgraph.CallGraphAnalysisUI"
-            automatic="true"
+            automatic="false"
             icon="icons/elcl16/callgraph.png"
             id="org.eclipse.tracecompass.internal.analysis.timing.ui.callgraph.callgraphanalysis"
             name="%callgraph.analysis">
             name="%view.flameGraph"
             restorable="true">
       </view>
+      <view
+            category="org.eclipse.linuxtools.tmf.ui.views.category"
+            class="org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.table.SegmentStoreTableView"
+            icon="icons/eview16/latency.png"
+            id="org.eclipse.tracecompass.analysis.timing.ui.segstore.table"
+            name="%view.segstore.table"
+            restorable="true">
+      </view>
    </extension>
 </plugin>
This page took 0.023355 seconds and 5 git commands to generate.