From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760423AbaJ3Oi7 (ORCPT ); Thu, 30 Oct 2014 10:38:59 -0400 Received: from casper.infradead.org ([85.118.1.10]:53219 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760394AbaJ3Oi6 (ORCPT ); Thu, 30 Oct 2014 10:38:58 -0400 Date: Thu, 30 Oct 2014 15:38:53 +0100 From: Peter Zijlstra To: Daniel Lezcano Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, axboe@kernel.dk, rafael.j.wysocki@intel.com, mingo@kernel.org, preeti@linux.vnet.ibm.com, Morten.Rasmussen@arm.com, mturquette@linaro.org, tuukka.tikkanen@linaro.org, nicolas.pitre@linaro.org, patches@linaro.org Subject: Re: [RFD PATCH 00/10] cpuidle: Predict the next events with the IO latencies Message-ID: <20141030143853.GF23531@worktop.programming.kicks-ass.net> References: <1413986273-28522-1-git-send-email-daniel.lezcano@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413986273-28522-1-git-send-email-daniel.lezcano@linaro.org> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 22, 2014 at 03:57:43PM +0200, Daniel Lezcano wrote: > After discussing at the LPC2014 Dusseldorf, it appears the idea is > good but the approach is wrong. The latency tracking must be done at > the device level, per device and not in the task as what is doing this > patchset. end_page_writeback()->test_clear_page_writeback()->__bdi_writeout_inc() Is the IO completion path that has a fair amount of statistics in, maybe some of that is usable.