<div dir="ltr"><div><div><div><div><div>Hi everyone,<br></div>using the recently updated guide for the creation of a new Litmus plugin, I created the DEMO plugin which works correctly except for two things:<br></div>1 - when I try to use the release_ts functionality, an error appears saying "wait_for_ts_release(): Function not implemented"<br></div>2 - when I use the st-trace-schedule functionality and run some processes using rtspin, the amount of bytes written to the traces are smaller then usual (72 bytes with the DEMO plugin, approximately 4000 bytes with the PSN-EDF scheduler) and if I try to draw the schedule using the st-draw functionality, it gives this error:<br><br>Traceback (most recent call last):<br>  File "/opt/feather-trace-tools/st-draw", line 146, in <module><br>    main()<br>  File "/opt/feather-trace-tools/st-draw", line 136, in main<br>    sched_trace.draw.render(opts, trace)<br>  File "/opt/feather-trace-tools/sched_trace/draw.py", line 282, in render<br>    y   = ypos(task_idx[pid] + 1)<br>KeyError: 2741<br><br></div>Can someone help me solving these two problems?<br></div>Matteo<br></div>