ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.analysis.xml.core.tests / test_xml_files / test_invalid / invalid_view_multipledisplays.xml
CommitLineData
6b5218d0
FW
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ***************************************************************************
3* Copyright (c) 2014 École Polytechnique de Montréal
4*
5* All rights reserved. This program and the accompanying materials are
6* made available under the terms of the Eclipse Public License v1.0 which
7* accompanies this distribution, and is available at
8* http://www.eclipse.org/legal/epl-v10.html
9*
10* Contributors:
d5efe032 11* Geneviève Bastien - Initial API and implementation
6b5218d0
FW
12*************************************************************************** -->
13<tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
d5efe032 14 xsi:noNamespaceSchemaLocation="xmlDefinition.xsd">
6b5218d0 15
87c5447c 16 <timeGraphView id="org.eclipse.linuxtools.tmf.analysis.xml.ui.views.statesystem">
d5efe032
AF
17 <head>
18 <analysis id="kernel.linux.sp" />
19 <label value="Xml kernel View" />
20 </head>
21 <!-- StateValues -->
22 <definedValue name="PROCESS_STATUS_UNKNOWN" value="0" color="#EEEEEE" />
23 <definedValue name="PROCESS_STATUS_WAIT_BLOCKED" value="1" color="#CCCCCC" />
24 <definedValue name="PROCESS_STATUS_RUN_USERMODE" value="2" color="#118811" />
25 <definedValue name="PROCESS_STATUS_RUN_SYSCALL" value="3" color="#0000EE" />
26 <definedValue name="PROCESS_STATUS_INTERRUPTED" value="4" color="#DDDD00" />
27 <definedValue name="PROCESS_STATUS_WAIT_FOR_CPU" value="5" color="#AA0000" />
6b5218d0 28
d5efe032
AF
29 <!-- Control Flow View -->
30 <entry path="CPUs/*">
31 <display type="self" />
32 <display type="constant" value="a" />
33 </entry>
87c5447c 34 </timeGraphView>
6b5218d0 35</tmfxml>
This page took 0.047085 seconds and 5 git commands to generate.