Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756038AbcJ1H3z (ORCPT ); Fri, 28 Oct 2016 03:29:55 -0400 Received: from merlin.infradead.org ([205.233.59.134]:45804 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbcJ1H3y (ORCPT ); Fri, 28 Oct 2016 03:29:54 -0400 Date: Fri, 28 Oct 2016 09:29:49 +0200 From: Peter Zijlstra To: Vikram Mulukutla Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Srivatsa Vaddagiri , Steve Muckle , Olav Haugan , Syed Rameez Mustafa , Joonwoo Park , Pavankumar Kondeti , Saravana Kannan , Bryan Huntsman , Juri Lelli , Morten Rasmussen , Dietmar Eggemann , Chris Redpath , Robin Randhawa , Patrick Bellasi , Todd Kjos , Srinath Sridharan , Andres Oportus , Leo Yan , Vincent Guittot , Vikram Mulukutla Subject: Re: [RFC PATCH 0/3] sched: Introduce Window Assisted Load Tracking Message-ID: <20161028072949.GQ3102@twins.programming.kicks-ass.net> References: <1477638642-17428-1-git-send-email-markivx@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477638642-17428-1-git-send-email-markivx@codeaurora.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 816 Lines: 14 On Fri, Oct 28, 2016 at 12:10:39AM -0700, Vikram Mulukutla wrote: > > We propose Window-Assisted Load Tracking (WALT) as an alternative or additional > load tracking scheme in lieu of or along with PELT, one that in our estimation > better tracks task demand and CPU utilization especially for use cases on > mobile devices. WALT was conceived by Srivatsa Vaddagiri to provide better > perf-per-watt numbers on asymmetric CPU (frequency and/or IPC) implementations, > (specifically on Qualcomm Snapgdragon chipsets running Android) and its metrics > have been used to guide task placement and p-state selection (load balancing > in CFS still uses PELT statistics). WALT is now present in the android-common > kernel as well. And how come we only learn of it after its already shipping? Isn't that arse backwards?