[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1254830661.21044.275.camel@laptop>
Date: Tue, 06 Oct 2009 14:04:21 +0200
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: Jens Axboe <jens.axboe@...cle.com>
Cc: Linux Kernel <linux-kernel@...r.kernel.org>, mingo@...e.hu,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Subject: Re: find_busiest_group using lots of CPU
On Tue, 2009-10-06 at 13:20 +0200, Jens Axboe wrote:
> > > io_schedule() straight into find_busiest_group() leads me to think this
> > > could be SD_BALANCE_NEWIDLE, does something like:
> > >
> > > for i in /proc/sys/kernel/sched_domain/cpu*/domain*/flags;
> > > do
> > > val=`cat $i`; echo $((val & ~0x02)) > $i;
> > > done
> > >
> > > [ assuming SCHED_DEBUG=y ]
> > >
> > > Cure things?
> >
> > I can try,
>
> It does, it's gone from the profiles.
Hrmm,. ok. I'll go prod at the NEWIDLE bits to see if anything stands
out.
If only perf-annotate could generate annotated C... maybe I'll look at
that.
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists