Re: [linuxtools-dev] TMF state of processes from LTTng kernel traces

2013-01-08 Thread Alexandre Montplaisir
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

[linuxtools-dev] TMF state of processes from LTTng kernel traces

2013-01-08 Thread Michel Dagenais
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