From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752341AbdCWEc3 (ORCPT ); Thu, 23 Mar 2017 00:32:29 -0400 Received: from mail-pg0-f47.google.com ([74.125.83.47]:33909 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751304AbdCWEcS (ORCPT ); Thu, 23 Mar 2017 00:32:18 -0400 Date: Thu, 23 Mar 2017 10:02:13 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: Linux PM , Peter Zijlstra , LKML , Patrick Bellasi , Vincent Guittot Subject: Re: [PATCH v2] cpufreq: schedutil: Trace frequency only if it has changed Message-ID: <20170323043213.GC12094@vireshk-i7> References: <10655562.4O9KtquB0A@aspire.rjw.lan> <2563394.lUgF3b60iC@aspire.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2563394.lUgF3b60iC@aspire.rjw.lan> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22-03-17, 18:32, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > sugov_update_commit() calls trace_cpu_frequency() to record the > current CPU frequency if it has not changed in the fast switch case > to prevent utilities from getting confused (they may report that the > CPU is idle if the frequency has not been recorded for too long, for > example). > > However, that may cause the tracepoint to be triggered quite often > for no real reason (if the frequency doesn't change, we will not > modify the last update time stamp and governor computations may > run again shortly when that happens), so don't do that (arguably, it > is done to work around a utilities bug anyway). > > That allows code duplication in sugov_update_commit() to be reduced > somewhat too. > > Signed-off-by: Rafael J. Wysocki > --- > > -> v2: > Drop the trace_cpu_frequency() call in the sg_policy->next_freq == next_freq case. > > --- > kernel/sched/cpufreq_schedutil.c | 16 +++++++--------- > 1 file changed, 7 insertions(+), 9 deletions(-) Acked-by: Viresh Kumar -- viresh