lttng: Add Next/Previous TID event action in CFV
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core / plugin.xml
CommitLineData
e3366401
GB
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
a926c25c
AM
4 <extension
5 point="org.eclipse.linuxtools.tmf.core.tracetype">
6 <type
91e7f946 7 category="org.eclipse.linuxtools.tmf.ctf.core.category.ctf"
9722e5d7 8 event_type="org.eclipse.tracecompass.tmf.ctf.core.event.CtfTmfEvent"
a926c25c
AM
9 id="org.eclipse.linuxtools.lttng2.kernel.tracetype"
10 isDirectory="true"
11 name="%tracetype.type.kernel"
9bc60be7 12 trace_type="org.eclipse.tracecompass.lttng2.kernel.core.trace.LttngKernelTrace">
a926c25c 13 </type>
4a74f111
MG
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>
a926c25c 19 </extension>
e3366401
GB
20 <extension
21 point="org.eclipse.linuxtools.tmf.core.analysis">
4a74f111
MG
22 <module
23 analysis_module="org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.vm.module.VirtualMachineCpuAnalysis"
24 automatic="false"
b1a7aebb 25 id="org.eclipse.tracecompass.lttng2.analysis.vm.core.VirtualMachineAnalysisModule"
4a74f111
MG
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>
af7f72ce
FG
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>
e3366401
GB
41 </extension>
42</plugin>
This page took 0.059351 seconds and 5 git commands to generate.