lttng.ust: Implement a symbol provider for LTTng-UST traces
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.ui / plugin.xml
index af716b79fe870259fe515b078e277950b404a8d2..801eb4b559df1cbdbe7f20694466416f080ac8eb 100644 (file)
@@ -13,6 +13,7 @@
       <view
             category="org.eclipse.linuxtools.lttng2.ui.views.category"
             class="org.eclipse.tracecompass.internal.lttng2.ust.ui.views.memusage.MemoryUsageView"
+            icon="icons/eview16/memory-usage.png"
             id="org.eclipse.linuxtools.lttng2.ust.memoryusage"
             name="%memoryusage.view.name"
             restorable="true">
          </analysisId>
       </output>
    </extension>
+   <extension
+         point="org.eclipse.tracecompass.tmf.ui.symbolProvider">
+      <providerFactory
+            class="org.eclipse.tracecompass.internal.lttng2.ust.ui.analysis.debuginfo.UstDebugInfoSymbolProviderFactory"
+            id="org.eclipse.tracecompass.lttng2.ust.ui.analysis.debuginfo.providerFactory"
+            priority="50">
+      </providerFactory>
+   </extension>
 </plugin>
This page took 0.023761 seconds and 5 git commands to generate.