TMF XML: Add unit tests for XML file extension point
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 point="org.eclipse.linuxtools.tmf.core.tracetype">
6 <type
7 category="org.eclipse.linuxtools.tmf.core.category.ctf"
8 event_type="org.eclipse.linuxtools.tmf.core.ctfadaptor.CtfTmfEvent"
9 id="org.eclipse.linuxtools.lttng2.kernel.tracetype"
10 isDirectory="true"
11 name="%tracetype.type.kernel"
12 trace_type="org.eclipse.linuxtools.lttng2.kernel.core.trace.LttngKernelTrace">
13 </type>
14 </extension>
15 <extension
16 point="org.eclipse.linuxtools.tmf.core.analysis">
17 <module
18 analysis_module="org.eclipse.linuxtools.lttng2.kernel.core.analysis.LttngKernelAnalysisModule"
19 automatic="true"
20 id="org.eclipse.linuxtools.lttng2.kernel.analysis"
21 name="%analysis.lttngkernel">
22 <tracetype
23 class="org.eclipse.linuxtools.lttng2.kernel.core.trace.LttngKernelTrace">
24 </tracetype>
25 </module>
26 </extension>
27 </plugin>
This page took 0.045993 seconds and 5 git commands to generate.