<div dir="ltr"><div><div><div><div><div>Hello:<br><br></div>When I allocate 3 tasks using rtspin <br><br>#!/bin/bash<br>sleep 2<br>rtspin -w -v -p 0 -M 1 -X DPCP -L 0.001 -Q 1 -q 5 0.005 1 1&<br>sleep 2<br>rtspin -w -v -p 0 -M 1 -X DPCP -L 0.00084 -Q 1 -q 6 0.0042 2 1 &<br>sleep 2<br>rtspin -w -v -p 0 -M 1 -X DPCP -L 0.002208 -Q 1 -q 7 0.01104 5 1 &<br>sleep 2<br>release_ts<br><br></div>where -M means the critical section will execute on processor 1.<br><br></div>And I traced the performance of that taskset. In some period, the performance is strange. Some tasks are missing. <br></div><div>rtspin/2634:<br></div><div>job 644 645 794 795 994 995 are disappeared.<br></div><div>rtspin/2638:<br></div><div>job 101 102 131 132 191 192 are disappeared.<br></div><div>(haven't listed all the missing jobs)<br><br></div><div>Or sometimes there is a long time normal execution(shown as t3_new.pdf) <br></div><div><br></div><div>The results are shown on the attachments.<br></div><br>Is there anyone facing to that problems, or can anyone explain that?<br><br></div>Thanks a lot for that! <br></div>