From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753212AbbC3HpF (ORCPT ); Mon, 30 Mar 2015 03:45:05 -0400 Received: from casper.infradead.org ([85.118.1.10]:58882 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752905AbbC3HpC (ORCPT ); Mon, 30 Mar 2015 03:45:02 -0400 Date: Mon, 30 Mar 2015 09:44:52 +0200 From: Peter Zijlstra To: David Ahern Cc: efault@gmx.de, mingo@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] sched: Add cpu based entries to debugfs Message-ID: <20150330074452.GM23123@twins.programming.kicks-ass.net> References: <1427681613-98163-1-git-send-email-david.ahern@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427681613-98163-1-git-send-email-david.ahern@oracle.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 29, 2015 at 10:13:33PM -0400, David Ahern wrote: > Before spending too much time formalizing this I wanted to see if you guys > would entertain the idea of making this info available via debugfs. It does > move the existing sched_features file to sched/features -- not sure how > acceptable it is to move files in debugfs. There also already is a /proc/sys/kernel/sched_domain/ sysctl thing that has much of the stuff in. I'm not opposed to a debugfs thing, but only if we can take the sysctl thing out.