common: Generalize the BufferedBlockingQueue's concurrent test
[deliverable/tracecompass.git] / org.eclipse.tracecompass.btf.ui / btf-view.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="stateprovider.xsd">
4
5 <timeGraphView id="org.eclipse.linuxtools.btf.analysis.xml">
6 <head>
7 <analysis id="org.eclipse.linuxtools.btf.core.analysis" />
8 <label value="BTF View" />
9 </head>
10 <!-- StateValues -->
11 <definedValue name="STATE_CORE_IDLE" value="0" color="#888888" />
12 <definedValue name="STATE_RUNNING" value="1" color="#95bc5f" />
13 <definedValue name="STATE_SUSPENDED" value="2" color="#bcdd68" />
14 <!-- sat = 20, val = 90 -->
15 <definedValue name="STATE_TASK_NOTSTARTED" value="3" color="#FFFFFF"/>
16 <definedValue name="STATE_TASK_ACTIVE" value="4" color="#e4e6b8" />
17 <definedValue name="STATE_TASK_READY" value="5" color="#d4e6b8" />
18 <definedValue name="STATE_TASK_RUNNING" value="6" color="#95bc5f" />
19 <definedValue name="STATE_TASK_WAITING" value="7" color="#e6b8c2" />
20 <definedValue name="STATE_TASK_PARKING" value="8" color="#c7b8e6" />
21 <definedValue name="STATE_TASK_POLLING" value="9" color="#b8e4e6" />
22
23 <!-- Control Flow View -->
24 <entry path="Tasks/*">
25 <display type="self" />
26 <entry path="Core*/*">
27 <display type="self" />
28 </entry>
29 </entry>
30 <entry path="Cores">
31 <display type="self" />
32 <entry path="Core*">
33 <display type="self" />
34 <entry path="*">
35 <display type="self" />
36 </entry>
37 </entry>
38 </entry>
39 </timeGraphView>
40 </tmfxml>
This page took 0.040942 seconds and 5 git commands to generate.