source: rtems-schedsim/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus2_affinity_migrate_case1.expected @ 968d2b2

Last change on this file since 968d2b2 was 968d2b2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/26/14 at 18:15:13

Unify printing of heir and executing

  • Property mode set to 100644
File size: 2.1 KB
Line 
1Script File               : scenarios/cpus2_affinity_migrate_case1.scen
2verbose                   : 1
3==> 1: #
4==> 2: # Create a second task that forces and existing
5==> 3: # task to migrate CPUs at start.
6==> 4: #
7==> 5: rtems_init 2
8  CPU 0: Thread Heir: 0x09010001 priority=255
9  CPU 0: Thread Executing: 0x09010001 priority=255
10  CPU 1: Thread Heir: 0x09010002 priority=255
11  CPU 1: Thread Executing: 0x09010002 priority=255
12==> 6: task_create smp1 3
13Creating task with:  Preemption: yes Timeslicing: no
14Task (smp1) created: id=0x0a010001, priority=3
15Task (smp1) starting: id=0x0a010001, priority=3
16  CPU 1: Thread Heir: 0x0a010001 priority=3
17  CPU 1: Thread Executing: 0x0a010001 priority=3
18==> 7: # GOAL: 0x09010001, 0x0a010001
19==> 8: # GOAL:   on CPUs 0-1 respectively
20==> 9: cpus IDLE smp1
21=== CPU Status
22          EXECUTING      /   HEIR             / SWITCH NEEDED
23  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
24  CPU 1: 0x0a010001 @  3 / 0x0a010001 @  3          false
25=== End of Ready Set of Threads
26==> 10:
27==> 11: task_create smp2 2 -a 2
28Creating task with:  Preemption: yes Timeslicing: no
29Task (smp2) created: id=0x0a010002, priority=2
30Task (0x0a010002) Set affinity=0x00000002
31Task (smp2) starting: id=0x0a010002, priority=2
32  CPU 0: Thread Heir: 0x0a010001 priority=3
33  CPU 0: Thread Executing: 0x0a010001 priority=3
34  CPU 1: Thread Heir: 0x0a010002 priority=2
35  CPU 1: Thread Executing: 0x0a010002 priority=2
36==> 12: # GOAL: want 0x09010001, 0x0a010002 as heir and executings
37==> 13: # GOAL:   on CPUs 0 -1 respectively
38==> 14: cpus smp1 smp2
39=== CPU Status
40          EXECUTING      /   HEIR             / SWITCH NEEDED
41  CPU 0: 0x0a010001 @  3 / 0x0a010001 @  3          false
42  CPU 1: 0x0a010002 @  2 / 0x0a010002 @  2          false
43=== End of Ready Set of Threads
44==> 15:
45==> 16: dispatch
46==> 17: # GOAL: want 0x0a010001 - 0x0a010002 as heir and executings
47==> 18: # GOAL:   on CPUs 0 -1 respectively
48==> 19: cpus smp1 smp2
49=== CPU Status
50          EXECUTING      /   HEIR             / SWITCH NEEDED
51  CPU 0: 0x0a010001 @  3 / 0x0a010001 @  3          false
52  CPU 1: 0x0a010002 @  2 / 0x0a010002 @  2          false
53=== End of Ready Set of Threads
Note: See TracBrowser for help on using the repository browser.