lttng.xml: Add xml file for futex analysis
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.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.ctf.core.category.ctf"
8 event_type="org.eclipse.tracecompass.tmf.ctf.core.event.CtfTmfEvent"
9 id="org.eclipse.linuxtools.lttng2.kernel.tracetype"
10 isDirectory="true"
11 name="%tracetype.type.kernel"
12 trace_type="org.eclipse.tracecompass.lttng2.kernel.core.trace.LttngKernelTrace">
13 </type>
14 <experiment
15 experiment_type="org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.vm.trace.VirtualMachineExperiment"
16 id="lttng2.analysis.vm.VirtualMachineExperiment"
17 name="Virtual Machine Experiment">
18 </experiment>
19 </extension>
20 <extension
21 point="org.eclipse.linuxtools.tmf.core.analysis">
22 <module
23 analysis_module="org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.vm.module.VirtualMachineCpuAnalysis"
24 automatic="false"
25 id="org.eclipse.tracecompass.lttng2.analysis.vm.core.VirtualMachineAnalysisModule"
26 name="Virtual Machine Analysis">
27 <tracetype
28 applies="true"
29 class="org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.vm.trace.VirtualMachineExperiment">
30 </tracetype>
31 </module>
32 <module
33 analysis_module="org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.graph.building.LttngKernelExecutionGraph"
34 applies_experiment="true"
35 id="org.eclipse.tracecompass.lttng2.kernel.core.execgraph"
36 name="LTTng Kernel Exec Graph">
37 <tracetype
38 class="org.eclipse.tracecompass.lttng2.kernel.core.trace.LttngKernelTrace">
39 </tracetype>
40 </module>
41 </extension>
42 <extension
43 point="org.eclipse.linuxtools.tmf.analysis.xml.core.files">
44 <xmlfile
45 file="analysis.xml/org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.xml.futex/futex_analysis_lttng.xml">
46 </xmlfile>
47 </extension>
48 </plugin>
This page took 0.032535 seconds and 6 git commands to generate.