Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757608Ab0LTNTy (ORCPT ); Mon, 20 Dec 2010 08:19:54 -0500 Received: from canuck.infradead.org ([134.117.69.58]:52285 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753160Ab0LTNTx convert rfc822-to-8bit (ORCPT ); Mon, 20 Dec 2010 08:19:53 -0500 Subject: Re: [tip:sched/core] sched: Add 'autogroup' scheduling feature: automated per session task groups From: Peter Zijlstra To: Bharata B Rao Cc: mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, mathieu.desnoyers@efficios.com, torvalds@linux-foundation.org, efault@gmx.de, pjt@google.com, markus@trippelsdorf.de, tglx@linutronix.de, oleg@redhat.com, mingo@elte.hu, linux-tip-commits@vger.kernel.org In-Reply-To: References: <1290281700.28711.9.camel@maggy.simson.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Mon, 20 Dec 2010 14:19:19 +0100 Message-ID: <1292851159.5021.2.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 878 Lines: 22 On Mon, 2010-12-20 at 18:38 +0530, Bharata B Rao wrote: > The autogroup patchset removes the display of cgroup name from > sched_debug output. Hrmph.. that wasn't supposed to happen, care to send a patch to fix that up? > Also, with tg_shares_up improvements, the leaf cfs_rqs are maintained > on rq->leaf_cfs_rq_list only if they carry any load. But the code to > display cfs_rq information for sched_debug isn't updated and hence > information from a few cfs_rqs are missing from sched_debug. Well, that's a _good_ thing, right? I mean, if we know they're empty, and don't contribute to schedule, why bother displaying them? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/