blob: a4db85e26be40081fdf039b2f2ca0bbe05001d13 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- ***************************************************************************
* Copyright (c) 2014 École Polytechnique de Montréal
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License 2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Geneviève Bastien - Initial API and implementation
*************************************************************************** -->
<tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xmldefinition.xsd">
<stateProvider id="test.builtin.sp" version="1">
<head>
<label value="Test a builtin XML module file" />
</head>
<eventHandler eventName="test">
<stateChange>
<stateAttribute type="constant" value="cpu" />
<stateValue type="eventField" value="cpu" />
</stateChange>
</eventHandler>
</stateProvider>
<timeGraphView id="test.builtin.sp.output">
<head>
<analysis id="test.builtin.sp" />
<label value="Test output of XML builtin module" />
</head>
<entry path="cpu">
<display type="self" />
</entry>
</timeGraphView>
</tmfxml>