Re: Horrendous Audio Stutter - current git

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Peter Zijlstra
Date: Friday, May 2, 2008 - 4:08 am

On Fri, 2008-05-02 at 12:35 +0200, Peter Zijlstra wrote:

In fact, that is exactly 1024 time too large.

How does this work for you:

Index: linux-2.6-2/kernel/sched_fair.c
===================================================================
--- linux-2.6-2.orig/kernel/sched_fair.c
+++ linux-2.6-2/kernel/sched_fair.c
@@ -685,6 +685,7 @@ enqueue_entity(struct cfs_rq *cfs_rq, st
 	 * Update run-time statistics of the 'current'.
 	 */
 	update_curr(cfs_rq);
+	account_entity_enqueue(cfs_rq, se);
 
 	if (wakeup) {
 		place_entity(cfs_rq, se, 0);
@@ -695,7 +696,6 @@ enqueue_entity(struct cfs_rq *cfs_rq, st
 	check_spread(cfs_rq, se);
 	if (se != cfs_rq->curr)
 		__enqueue_entity(cfs_rq, se);
-	account_entity_enqueue(cfs_rq, se);
 }
 
 static void update_avg(u64 *avg, u64 sample)


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Horrendous Audio Stutter - current git, Parag Warudkar, (Thu May 1, 5:14 pm)
Re: Horrendous Audio Stutter - current git, Peter Zijlstra, (Fri May 2, 1:34 am)
Re: 'global' rq->clock, Arjan van de Ven, (Fri May 2, 3:09 am)
Re: Horrendous Audio Stutter - current git, Frans Pop, (Fri May 2, 3:32 am)
Re: Horrendous Audio Stutter - current git, Peter Zijlstra, (Fri May 2, 3:35 am)
Re: Horrendous Audio Stutter - current git, Peter Zijlstra, (Fri May 2, 4:08 am)
Re: Horrendous Audio Stutter - current git, Parag Warudkar, (Fri May 2, 4:10 am)
Re: Horrendous Audio Stutter - current git, Frans Pop, (Fri May 2, 4:37 am)
Re: Horrendous Audio Stutter - current git, Peter Zijlstra, (Fri May 2, 4:39 am)
Re: Horrendous Audio Stutter - current git, Frans Pop, (Fri May 2, 4:45 am)
Re: Horrendous Audio Stutter - current git, Peter Zijlstra, (Fri May 2, 4:51 am)
Re: Horrendous Audio Stutter - current git, Frans Pop, (Fri May 2, 5:06 am)
Re: Horrendous Audio Stutter - current git, Mike Galbraith, (Fri May 2, 5:09 am)
Re: Horrendous Audio Stutter - current git, Parag Warudkar, (Fri May 2, 5:21 am)
Re: Horrendous Audio Stutter - current git, Parag Warudkar, (Fri May 2, 5:22 am)
Re: Horrendous Audio Stutter - current git, Mike Galbraith, (Fri May 2, 5:37 am)
Re: Horrendous Audio Stutter - current git, Dhaval Giani, (Fri May 2, 6:21 am)
Re: Horrendous Audio Stutter - current git, Mike Galbraith, (Fri May 2, 8:02 am)
Re: Horrendous Audio Stutter - current git, Frans Pop, (Fri May 2, 8:49 am)
Re: Horrendous Audio Stutter - current git, Frans Pop, (Fri May 2, 11:53 am)
Re: Horrendous Audio Stutter - current git, Mike Galbraith, (Fri May 2, 12:27 pm)
Re: Horrendous Audio Stutter - current git, Mike Galbraith, (Fri May 2, 12:38 pm)
Re: 'global' rq->clock, David Miller, (Fri May 2, 2:48 pm)
Re: 'global' rq->clock, David Miller, (Fri May 2, 3:00 pm)
Re: 'global' rq->clock, Peter Zijlstra, (Fri May 2, 3:07 pm)
Re: Horrendous Audio Stutter - current git, Frans Pop, (Sat May 3, 12:13 am)
Re: Horrendous Audio Stutter - current git, Mike Galbraith, (Sat May 3, 12:39 am)
Re: 'global' rq->clock, Ingo Molnar, (Sat May 3, 1:28 am)
Re: 'global' rq->clock, David Miller, (Sat May 3, 2:05 am)
Re: 'global' rq->clock, Ingo Molnar, (Sat May 3, 3:10 am)
Re: 'global' rq->clock, David Miller, (Sat May 3, 12:27 pm)
Re: 'global' rq->clock, David Miller, (Sat May 3, 12:28 pm)
Re: 'global' rq->clock, Ingo Molnar, (Sat May 3, 12:37 pm)
Re: 'global' rq->clock, Ingo Molnar, (Sat May 3, 12:39 pm)
Re: 'global' rq->clock, Benjamin Herrenschmidt, (Sat May 3, 3:30 pm)
Re: 'global' rq->clock, Ingo Molnar, (Sat May 3, 3:38 pm)
Re: 'global' rq->clock, David Miller, (Sat May 3, 4:04 pm)
Re: 'global' rq->clock, David Miller, (Sat May 3, 4:36 pm)
Re: 'global' rq->clock, Ingo Molnar, (Sat May 3, 4:38 pm)
Re: 'global' rq->clock, David Miller, (Sat May 3, 4:40 pm)
Re: 'global' rq->clock, Ingo Molnar, (Sat May 3, 4:47 pm)
Re: 'global' rq->clock, Benjamin Herrenschmidt, (Sat May 3, 7:22 pm)
Re: 'global' rq->clock, Peter Zijlstra, (Sun May 4, 5:12 am)
Re: Horrendous Audio Stutter - current git, Frans Pop, (Wed May 7, 1:26 am)
Re: Horrendous Audio Stutter - current git, Ingo Molnar, (Wed May 7, 1:32 am)