tmf: Fix exceptions in TmfTraceManagerTests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ust.ui / plugin.xml
CommitLineData
91fc3690
AM
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension
a926c25c 5 point="org.eclipse.linuxtools.tmf.ui.tracetypeui">
91fc3690 6 <type
91fc3690 7 icon="icons/obj16/garland16.png"
a926c25c 8 tracetype="org.eclipse.linuxtools.lttng2.ust.tracetype">
91fc3690
AM
9 </type>
10 </extension>
5db8e1e9
GB
11 <extension
12 point="org.eclipse.ui.views">
13 <view
14 category="org.eclipse.linuxtools.lttng2.ui.views.category"
15 class="org.eclipse.linuxtools.internal.lttng2.ust.ui.views.memusage.MemoryUsageView"
16 id="org.eclipse.linuxtools.lttng2.ust.memoryusage"
17 name="%memoryusage.view.name"
18 restorable="true">
19 </view>
20 </extension>
2237fe8a
GB
21 <extension
22 point="org.eclipse.linuxtools.tmf.core.analysis">
23 <module
24 analysis_module="org.eclipse.linuxtools.lttng2.ust.ui.analysis.memory.UstMemoryAnalysisModule"
25 id="org.eclipse.linuxtools.lttng2.ust.analysis.memory"
26 name="Ust Memory">
27 <tracetype
28 class="org.eclipse.linuxtools.lttng2.ust.core.trace.LttngUstTrace">
29 </tracetype>
30 </module>
31 </extension>
50659279
AM
32 <extension
33 point="org.eclipse.linuxtools.tmf.core.analysis">
34 <module
35 analysis_module="org.eclipse.linuxtools.lttng2.ust.ui.analysis.callstack.LttngUstCallStackAnalysis"
36 automatic="false"
37 id="org.eclipse.linuxtools.lttng2.ust.analysis.callstack"
38 name="%analysis.callstack">
39 <tracetype
40 applies="true"
41 class="org.eclipse.linuxtools.lttng2.ust.core.trace.LttngUstTrace">
42 </tracetype>
43 </module>
44 </extension>
91fc3690 45</plugin>
This page took 0.029579 seconds and 5 git commands to generate.