1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
<trace>
<set_aspects>
<field name="cpu" value="1" type="int" />
</set_aspects>
<event timestamp="1" name="sched_switch">
<field name="cpu" value="0" type="int" />
<field name="prev_comm" value="proc1" type="string" />
<field name="prev_tid" value="1" type="long" />
<field name="prev_prio" value="20" type="long" />
<field name="prev_state" value="0" type="long" />
<field name="next_comm" value="proc2" type="string" />
<field name="next_tid" value="2" type="long" />
<field name="next_prio" value="20" type="long" />
</event>
<event timestamp="2" name="sched_switch">
<field name="cpu" value="1" type="int" />
<field name="prev_comm" value="proc3" type="string" />
<field name="prev_tid" value="3" type="long" />
<field name="prev_prio" value="20" type="long" />
<field name="prev_state" value="0" type="long" />
<field name="next_comm" value="proc4" type="string" />
<field name="next_tid" value="4" type="long" />
<field name="next_prio" value="20" type="long" />
</event>
<event timestamp="5" name="sched_switch">
<field name="cpu" value="1" type="int" />
<field name="prev_comm" value="proc4" type="string" />
<field name="prev_tid" value="4" type="long" />
<field name="prev_prio" value="20" type="long" />
<field name="prev_state" value="0" type="long" />
<field name="next_comm" value="proc3" type="string" />
<field name="next_tid" value="3" type="long" />
<field name="next_prio" value="20" type="long" />
</event>
<event timestamp="10" name="sched_switch">
<field name="cpu" value="1" type="int" />
<field name="prev_comm" value="proc3" type="string" />
<field name="prev_tid" value="3" type="long" />
<field name="prev_prio" value="20" type="long" />
<field name="prev_state" value="0" type="long" />
<field name="next_comm" value="proc4" type="string" />
<field name="next_tid" value="4" type="long" />
<field name="next_prio" value="20" type="long" />
</event>
<event timestamp="15" name="sched_switch">
<field name="cpu" value="1" type="int" />
<field name="prev_comm" value="proc4" type="string" />
<field name="prev_tid" value="4" type="long" />
<field name="prev_prio" value="20" type="long" />
<field name="prev_state" value="0" type="long" />
<field name="next_comm" value="proc1" type="string" />
<field name="next_tid" value="1" type="long" />
<field name="next_prio" value="20" type="long" />
</event>
<event timestamp="20" name="sched_switch">
<field name="cpu" value="1" type="int" />
<field name="prev_comm" value="proc1" type="string" />
<field name="prev_tid" value="1" type="long" />
<field name="prev_prio" value="20" type="long" />
<field name="prev_state" value="0" type="long" />
<field name="next_comm" value="proc4" type="string" />
<field name="next_tid" value="4" type="long" />
<field name="next_prio" value="20" type="long" />
</event>
<event timestamp="20" name="sched_switch">
<field name="cpu" value="0" type="int" />
<field name="prev_comm" value="proc2" type="string" />
<field name="prev_tid" value="2" type="long" />
<field name="prev_prio" value="20" type="long" />
<field name="prev_state" value="0" type="long" />
<field name="next_comm" value="proc3" type="string" />
<field name="next_tid" value="3" type="long" />
<field name="next_prio" value="20" type="long" />
</event>
<event timestamp="25" name="sched_switch">
<field name="cpu" value="0" type="int" />
<field name="prev_comm" value="proc3" type="string" />
<field name="prev_tid" value="3" type="long" />
<field name="prev_prio" value="20" type="long" />
<field name="prev_state" value="0" type="long" />
<field name="next_comm" value="proc2" type="string" />
<field name="next_tid" value="2" type="long" />
<field name="next_prio" value="20" type="long" />
</event>
</trace>
|