Remove "Analysis" from localized analysis names
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.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"
9bc60be7 15 class="org.eclipse.tracecompass.internal.lttng2.ust.ui.views.memusage.MemoryUsageView"
81d81550 16 icon="icons/eview16/memory-usage.png"
5db8e1e9
GB
17 id="org.eclipse.linuxtools.lttng2.ust.memoryusage"
18 name="%memoryusage.view.name"
19 restorable="true">
20 </view>
21 </extension>
50659279
AM
22 <extension
23 point="org.eclipse.linuxtools.tmf.core.analysis">
24 <module
9bc60be7 25 analysis_module="org.eclipse.tracecompass.lttng2.ust.ui.analysis.callstack.LttngUstCallStackAnalysis"
50659279
AM
26 automatic="false"
27 id="org.eclipse.linuxtools.lttng2.ust.analysis.callstack"
28 name="%analysis.callstack">
29 <tracetype
30 applies="true"
9bc60be7 31 class="org.eclipse.tracecompass.lttng2.ust.core.trace.LttngUstTrace">
50659279
AM
32 </tracetype>
33 </module>
1996f571 34 <output
2bdf0193 35 class="org.eclipse.tracecompass.tmf.ui.analysis.TmfAnalysisViewOutput"
1996f571
GB
36 id="org.eclipse.linuxtools.lttng2.ust.memoryusage">
37 <analysisId
38 id="org.eclipse.linuxtools.lttng2.ust.analysis.memory">
39 </analysisId>
40 </output>
50659279 41 </extension>
91fc3690 42</plugin>
This page took 0.068552 seconds and 5 git commands to generate.