Re: [PATCH] Fix delay accounting regression

2007-11-03 Thread Ingo Molnar
* Balbir Singh <[EMAIL PROTECTED]> wrote: > On Fri, Nov 02, 2007 at 04:53:58PM +0100, Ingo Molnar wrote: > > > > * Balbir Singh <[EMAIL PROTECTED]> wrote: > > > > > Fix the delay accounting regression introduced by commit > > > 75d4ef16a6aa84f708188bada182315f80aab6fa. rq no longer has sched_i

Re: [PATCH] Fix delay accounting regression

2007-11-02 Thread Balbir Singh
On Fri, Nov 02, 2007 at 04:53:58PM +0100, Ingo Molnar wrote: > > * Balbir Singh <[EMAIL PROTECTED]> wrote: > > > Fix the delay accounting regression introduced by commit > > 75d4ef16a6aa84f708188bada182315f80aab6fa. rq no longer has sched_info > > data associated with it. task_struct sched_info

Re: [PATCH] Fix delay accounting regression

2007-11-02 Thread Balbir Singh
Ingo Molnar wrote: > * Balbir Singh <[EMAIL PROTECTED]> wrote: > >> Fix the delay accounting regression introduced by commit >> 75d4ef16a6aa84f708188bada182315f80aab6fa. rq no longer has sched_info >> data associated with it. task_struct sched_info structure is used by >> delay accounting to pr

Re: [PATCH] Fix delay accounting regression

2007-11-02 Thread Guillaume Chazarain
On 11/2/07, Ingo Molnar <[EMAIL PROTECTED]> wrote: > What user-space tools are utilizing delay-accounting by the way? Thanks for the plugging opportunity ;-) http://guichaz.free.fr/misc/#iotop uses the I/O side of delay-accounting. -- Guillaume - To unsubscribe from this list: send the line "un

Re: [PATCH] Fix delay accounting regression

2007-11-02 Thread Ingo Molnar
* Balbir Singh <[EMAIL PROTECTED]> wrote: > Fix the delay accounting regression introduced by commit > 75d4ef16a6aa84f708188bada182315f80aab6fa. rq no longer has sched_info > data associated with it. task_struct sched_info structure is used by > delay accounting to provide back statistics to u

[PATCH] Fix delay accounting regression

2007-11-02 Thread Balbir Singh
Fix the delay accounting regression introduced by commit 75d4ef16a6aa84f708188bada182315f80aab6fa. rq no longer has sched_info data associated with it. task_struct sched_info structure is used by delay accounting to provide back statistics to user space. Signed-off-by: Balbir Singh <[EMAIL PROTE