| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.4"?> |
| <plugin> |
| <extension |
| point="org.eclipse.linuxtools.tmf.core.tracetype"> |
| <type |
| category="org.eclipse.linuxtools.tmf.ctf.core.category.ctf" |
| event_type="org.eclipse.tracecompass.lttng2.ust.core.trace.LttngUstEvent" |
| id="org.eclipse.linuxtools.lttng2.ust.tracetype" |
| isDirectory="true" |
| name="%tracetype.type.ust" |
| trace_type="org.eclipse.tracecompass.lttng2.ust.core.trace.LttngUstTrace"> |
| </type> |
| </extension> |
| <extension |
| point="org.eclipse.linuxtools.tmf.core.analysis"> |
| <module |
| analysis_module="org.eclipse.tracecompass.internal.lttng2.ust.core.analysis.memory.UstMemoryAnalysisModule" |
| icon="icons/memusage.png" |
| id="org.eclipse.linuxtools.lttng2.ust.analysis.memory" |
| name="Ust Memory"> |
| <tracetype |
| class="org.eclipse.tracecompass.lttng2.ust.core.trace.LttngUstTrace"> |
| </tracetype> |
| </module> |
| <module |
| analysis_module="org.eclipse.tracecompass.lttng2.ust.core.analysis.debuginfo.UstDebugInfoAnalysisModule" |
| automatic="true" |
| icon="icons/debug_exc.png" |
| id="org.eclipse.linuxtools.lttng2.ust.analysis.debuginfo" |
| name="Debug Info"> |
| <tracetype |
| applies="true" |
| class="org.eclipse.tracecompass.lttng2.ust.core.trace.LttngUstTrace"> |
| </tracetype> |
| </module> |
| <module |
| analysis_module="org.eclipse.tracecompass.internal.lttng2.ust.core.callstack.LttngUstCallStackAnalysis" |
| automatic="false" |
| icon="icons/callstack.png" |
| id="org.eclipse.linuxtools.lttng2.ust.analysis.callstack" |
| name="%analysis.callstack"> |
| <tracetype |
| applies="true" |
| class="org.eclipse.tracecompass.lttng2.ust.core.trace.LttngUstTrace"> |
| </tracetype> |
| </module> |
| <module |
| analysis_module="org.eclipse.tracecompass.analysis.counters.core.CounterAnalysis" |
| automatic="true" |
| icon="icons/runtime.gif" |
| id="org.eclipse.tracecompass.analysis.counters.core.counteranalysis" |
| name="Counters"> |
| <tracetype |
| class="org.eclipse.tracecompass.lttng2.ust.core.trace.LttngUstTrace"> |
| </tracetype> |
| </module> |
| </extension> |
| <extension |
| point="org.eclipse.tracecompass.tmf.core.dataprovider"> |
| <dataProviderFactory |
| class="org.eclipse.tracecompass.internal.lttng2.ust.core.analysis.memory.UstMemoryDataProviderFactory" |
| id="org.eclipse.tracecompass.lttng2.ust.core.analysis.memory.UstMemoryUsageDataProvider"> |
| </dataProviderFactory> |
| </extension> |
| <extension |
| point="org.eclipse.tracecompass.tmf.core.symbolProvider"> |
| <providerFactory |
| class="org.eclipse.tracecompass.internal.lttng2.ust.core.analysis.debuginfo.UstDebugInfoSymbolProviderFactory" |
| id="org.eclipse.tracecompass.lttng2.ust.core.analysis.debuginfo.providerFactory" |
| priority="50"> |
| </providerFactory> |
| </extension> |
| </plugin> |