tmf: add sorter to put analysis in a more user-friendly order
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_xml_files / test_builtin.xml
CommitLineData
896c0834
GB
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
896c0834
GB
12*************************************************************************** -->
13<tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
d5efe032 14 xsi:noNamespaceSchemaLocation="xmldefinition.xsd">
896c0834 15
d5efe032
AF
16 <stateProvider id="test.builtin.sp" version="1">
17 <head>
18 <label value="Test a builtin XML module file" />
19 </head>
896c0834 20
d5efe032
AF
21 <eventHandler eventName="test">
22 <stateChange>
23 <stateAttribute type="constant" value="cpu" />
24 <stateValue type="eventField" value="cpu" />
25 </stateChange>
26 </eventHandler>
27 </stateProvider>
896c0834 28</tmfxml>
This page took 0.076301 seconds and 5 git commands to generate.