Hi Michel,
Thanks for the contribution!
I have pushed your 2 patches to Eclipse's Gerrit for review:
https://git.eclipse.org/r/#/c/9540/
https://git.eclipse.org/r/#/c/9541/
We use Gerrit for code review, so in the future you could push proposed
patches directly there, it would make it more simpl
I noticed that the control flow view does not distinguish between processes
waiting for CPU (runnable) and processes blocked (e.g. waiting for IO). The
information is available from the sched_switch event (prevState) and it is thus
easy to add this state information.
Please find at the end of