releng: Use org.eclipse.remote plugins instead of the feature
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core / plugin.xml
index 52710452f17b3c375b08035d050abe5180ed29a3..b9d1b3ef84217f6d1018a60087212bad057b59ae 100644 (file)
       <module
             analysis_module="org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.vm.module.VirtualMachineCpuAnalysis"
             automatic="false"
-            id="lttng2.analysis.vm.core.VirtualMachineAnalysisModule"
+            id="org.eclipse.tracecompass.lttng2.analysis.vm.core.VirtualMachineAnalysisModule"
             name="Virtual Machine Analysis">
             <tracetype
                   applies="true"
                   class="org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.vm.trace.VirtualMachineExperiment">
             </tracetype>
       </module>
+      <module
+            analysis_module="org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.graph.building.LttngKernelExecutionGraph"
+            applies_experiment="true"
+            id="org.eclipse.tracecompass.lttng2.kernel.core.execgraph"
+            name="LTTng Kernel Exec Graph">
+         <tracetype
+               class="org.eclipse.tracecompass.lttng2.kernel.core.trace.LttngKernelTrace">
+         </tracetype>
+      </module>
    </extension>
 </plugin>
This page took 0.025044 seconds and 5 git commands to generate.