tmf.xml: Add support for consuming event in the fsm
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_traces / testTrace4.xml
CommitLineData
8ab1a965
GB
1<!-- ***************************************************************************
2* Copyright (c) 2014 École Polytechnique de Montréal
3*
4* All rights reserved. This program and the accompanying materials are
5* made available under the terms of the Eclipse Public License v1.0 which
6* accompanies this distribution, and is available at
7* http://www.eclipse.org/legal/epl-v10.html
8*
9* Contributors:
10 * Geneviève Bastien - Initial API and implementation
11*************************************************************************** -->
12<trace>
13<event timestamp="1" name="entry" source="0">
14<field name="cpu" type="int" value="0" />
15</event>
16<event timestamp="3" name="exit" source="0">
17<field name="cpu" type="int" value="0" />
18<field name="curState" type="string" value="GOOD" />
19</event>
20<event timestamp="5" name="entry" source="0">
21<field name="cpu" type="int" value="0" />
22</event>
23<event timestamp="7" name="exit" source="0">
24<field name="cpu" type="int" value="0" />
25<field name="curState" type="string" value="BAD" />
26</event>
27</trace>
This page took 0.037897 seconds and 5 git commands to generate.