Support for upgrading Linux Tools features to Trace Compass
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.kernel.core.tests / testfiles / cpu_analysis.xml
CommitLineData
96811390
GB
1<trace>
2<event timestamp="0" name="set_aspects">
3<field name="cpu" value="1" type="int" />
4</event>
5<event timestamp="1" 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="2" name="sched_switch">
16<field name="cpu" value="1" type="int" />
17<field name="prev_comm" value="proc3" type="string" />
18<field name="prev_tid" value="3" type="long" />
19<field name="prev_prio" value="20" type="int" />
20<field name="prev_state" value="0" type="long" />
21<field name="next_comm" value="proc4" type="string" />
22<field name="next_tid" value="4" type="long" />
23<field name="next_prio" value="20" type="int" />
24</event>
25<event timestamp="5" name="sched_switch">
26<field name="cpu" value="1" type="int" />
27<field name="prev_comm" value="proc4" type="string" />
28<field name="prev_tid" value="4" 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="proc3" type="string" />
32<field name="next_tid" value="3" type="long" />
33<field name="next_prio" value="20" type="int" />
34</event>
35<event timestamp="10" name="sched_switch">
36<field name="cpu" value="1" type="int" />
37<field name="prev_comm" value="proc3" type="string" />
38<field name="prev_tid" value="3" 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="proc4" type="string" />
42<field name="next_tid" value="4" type="long" />
43<field name="next_prio" value="20" type="int" />
44</event>
45<event timestamp="15" name="sched_switch">
46<field name="cpu" value="1" type="int" />
47<field name="prev_comm" value="proc4" type="string" />
48<field name="prev_tid" value="4" type="long" />
49<field name="prev_prio" value="20" type="int" />
50<field name="prev_state" value="0" type="long" />
51<field name="next_comm" value="proc1" type="string" />
52<field name="next_tid" value="1" type="long" />
53<field name="next_prio" value="20" type="int" />
54</event>
55<event timestamp="20" name="sched_switch">
56<field name="cpu" value="1" type="int" />
57<field name="prev_comm" value="proc1" type="string" />
58<field name="prev_tid" value="1" type="long" />
59<field name="prev_prio" value="20" type="int" />
60<field name="prev_state" value="0" type="long" />
61<field name="next_comm" value="proc4" type="string" />
62<field name="next_tid" value="4" type="long" />
63<field name="next_prio" value="20" type="int" />
64</event>
65<event timestamp="20" name="sched_switch">
66<field name="cpu" value="0" type="int" />
67<field name="prev_comm" value="proc2" type="string" />
68<field name="prev_tid" value="2" type="long" />
69<field name="prev_prio" value="20" type="int" />
70<field name="prev_state" value="0" type="long" />
71<field name="next_comm" value="proc3" type="string" />
72<field name="next_tid" value="3" type="long" />
73<field name="next_prio" value="20" type="int" />
74</event>
75<event timestamp="25" name="sched_switch">
76<field name="cpu" value="0" type="int" />
77<field name="prev_comm" value="proc3" type="string" />
78<field name="prev_tid" value="3" type="long" />
79<field name="prev_prio" value="20" type="int" />
80<field name="prev_state" value="0" type="long" />
81<field name="next_comm" value="proc2" type="string" />
82<field name="next_tid" value="2" type="long" />
83<field name="next_prio" value="20" type="int" />
84</event>
85</trace>
This page took 0.026733 seconds and 5 git commands to generate.