Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4fd82f86e9564f8dc5b3597b967c8112381c696a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
>
   <extension
         point="org.eclipse.linuxtools.tmf.core.tracetype">
      <category
            id="org.eclipse.tracecompass.incubator.opentracing.core"
            name="Open Tracing Format">
      </category>
      <type
            category="org.eclipse.tracecompass.incubator.opentracing.core"
            event_type="org.eclipse.tracecompass.tmf.core.event.TmfEvent"
            id="org.eclipse.tracecompass.incubator.opentracing.core"
            isDirectory="false"
            name="Generic Open Tracing Trace"
            trace_type="org.eclipse.tracecompass.incubator.internal.opentracing.core.trace.OpenTracingTrace">
      </type>
   </extension>
</plugin>

Back to the top