4e347df33d28f58b3a735a1e75777ae0d4f93b16
[deliverable/tracecompass.git] / org.eclipse.linuxtools.btf.ui / 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.ui.tracetypeui">
6 <type
7 icon="icons/btf.png"
8 tracetype="org.eclipse.linuxtools.btf.trace">
9 <eventTableColumns
10 class="org.eclipse.linuxtools.btf.ui.BtfEventTableColumns">
11 </eventTableColumns>
12 </type>
13 </extension>
14 </plugin>
This page took 0.034416 seconds and 4 git commands to generate.