From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753583AbbC3OqD (ORCPT ); Mon, 30 Mar 2015 10:46:03 -0400 Received: from mout.gmx.net ([212.227.15.15]:63240 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753045AbbC3OqA (ORCPT ); Mon, 30 Mar 2015 10:46:00 -0400 Message-ID: <1427726749.7560.26.camel@gmx.de> Subject: Re: [RFC PATCH] sched: Add cpu based entries to debugfs From: Mike Galbraith To: David Ahern Cc: peterz@infradead.org, mingo@kernel.org, linux-kernel@vger.kernel.org Date: Mon, 30 Mar 2015 16:45:49 +0200 In-Reply-To: <55194999.9090007@oracle.com> References: <1427681613-98163-1-git-send-email-david.ahern@oracle.com> <1427682744.3185.16.camel@gmx.de> <5518B985.5020906@oracle.com> <1427684898.3398.13.camel@gmx.de> <55194999.9090007@oracle.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:/s36unBBcLZ7TYLKGMXK7wBc3rfK/LSjc+uHWCnaT0s5V79ZKUP ZWxE8hidOFjfTaSeJOGPzoTJsw6xlNLnH4pAdqjC3Zji/MZ6oSgDqcj+srAvV15jsG98o5b 03LGH+hHX15CcbWWr48g+pYyxuKFk/k5zCzEe5h1voHCoumtZfXYZqyeZrFq5D7abxCaela QSQSiBaSTT2J/wqkgCHvg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-03-30 at 07:03 -0600, David Ahern wrote: > On 3/29/15 9:08 PM, Mike Galbraith wrote: > > > > Oh, you can add /proc/sys/kernel/sched_domain diddling to the hotplug > > todo... which will either create read /sys, poke modify buttons over > > yonder in /proc situation, or have to duplicate that. > > -EPARSE. > > you mean the /proc/sys/kernel/sched_domain/ files do not handle hotplug? > > Can I get --verbose on what you mean above? I meant hotplug isn't the only thing that alters what you display, and the display is disjointed from the knobs, user acquires pretty display in /sys, but the knobs to twiddle what he's looking at are elsewhere. -Mike