tmf: Bug 477508: Fix wrong event count and ranks in TmfXmlTraceStub
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core.tests / testfiles / graph / sched_only.xml
CommitLineData
43b5f69a 1<trace>
0e564353 2<set_aspects>
43b5f69a 3<field name="cpu" value="1" type="int" />
0e564353 4</set_aspects>
43b5f69a
FG
5<event timestamp="10" name="sched_switch">
6<field name="cpu" value="0" type="int" />
7<field name="prev_comm" value="proc1" type="string" />
8<field name="prev_tid" value="1" type="long" />
9<field name="prev_prio" value="20" type="int" />
10<field name="prev_state" value="0" type="long" />
11<field name="next_comm" value="proc2" type="string" />
12<field name="next_tid" value="2" type="long" />
13<field name="next_prio" value="20" type="int" />
14</event>
15<event timestamp="20" name="sched_switch">
16<field name="cpu" value="0" type="int" />
17<field name="prev_comm" value="proc2" type="string" />
18<field name="prev_tid" value="2" type="long" />
19<field name="prev_prio" value="20" type="int" />
20<field name="prev_state" value="3" type="long" />
21<field name="next_comm" value="proc1" type="string" />
22<field name="next_tid" value="1" type="long" />
23<field name="next_prio" value="20" type="int" />
24</event>
25<event timestamp="30" name="sched_switch">
26<field name="cpu" value="0" type="int" />
27<field name="prev_comm" value="proc1" type="string" />
28<field name="prev_tid" value="1" type="long" />
29<field name="prev_prio" value="20" type="int" />
30<field name="prev_state" value="0" type="long" />
31<field name="next_comm" value="proc2" type="string" />
32<field name="next_tid" value="2" type="long" />
33<field name="next_prio" value="20" type="int" />
34</event>
35<event timestamp="40" name="sched_switch">
36<field name="cpu" value="0" type="int" />
37<field name="prev_comm" value="proc2" type="string" />
38<field name="prev_tid" value="2" type="long" />
39<field name="prev_prio" value="20" type="int" />
40<field name="prev_state" value="0" type="long" />
41<field name="next_comm" value="proc1" type="string" />
42<field name="next_tid" value="1" type="long" />
43<field name="next_prio" value="20" type="int" />
44</event>
45</trace>
This page took 0.027951 seconds and 5 git commands to generate.