xml: bug 497272 Populate views from built-in XML files
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_xml_files / test_builtin.xml
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:
11 * Geneviève Bastien - Initial API and implementation
12 *************************************************************************** -->
13 <tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14 xsi:noNamespaceSchemaLocation="xmldefinition.xsd">
15
16 <stateProvider id="test.builtin.sp" version="1">
17 <head>
18 <label value="Test a builtin XML module file" />
19 </head>
20
21 <eventHandler eventName="test">
22 <stateChange>
23 <stateAttribute type="constant" value="cpu" />
24 <stateValue type="eventField" value="cpu" />
25 </stateChange>
26 </eventHandler>
27 </stateProvider>
28
29 <timeGraphView id="test.builtin.sp.output">
30 <head>
31 <analysis id="test.builtin.sp" />
32 <label value="Test output of XML builtin module" />
33 </head>
34 <entry path="cpu">
35 <display type="self" />
36 </entry>
37 </timeGraphView>
38 </tmfxml>
This page took 0.033215 seconds and 5 git commands to generate.