<div dir="ltr">Hello,<br><div><br></div><div>My user space process contains 2 threads:</div><div><br></div><div>First thread is blocked upon a kernel event created by a hardware interrupt handled by the kernel.</div><div>The  thread is sending ioctl which is blocked till this interrupt occurs.  </div><div><br></div><div>Second thread has just a 5msec sleep. It does something and then sleeps for 5msec. Forever. </div><div><br></div><div>Is it possible to see when each thread is running (and not blocked or sleeps) ?</div><div>I know how to do it with user events. I wonder if it's possible without any extra code. </div><div><br></div><div>Thank you,</div><div>Zvika </div></div>