lttng.xml: Add xml analysis for irq
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core / plugin.xml
index 52710452f17b3c375b08035d050abe5180ed29a3..34922df9d3403f0c64cb08132589ce0da26b81d0 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>
+   <extension
+         point="org.eclipse.linuxtools.tmf.analysis.xml.core.files">
+      <xmlfile
+            file="analysis.xml/org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.xml.futex/futex_analysis_lttng.xml">
+      </xmlfile>
+      <xmlfile
+            file="analysis.xml/org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.xml.irq/irq_analysis_lttng.xml">
+      </xmlfile>
    </extension>
 </plugin>
This page took 0.025464 seconds and 5 git commands to generate.