Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2004279ybc; Wed, 20 Nov 2019 07:28:48 -0800 (PST) X-Google-Smtp-Source: APXvYqwNmzL1sd+LgwUVrGnaj0ORwEAN7hKU0bcM66Dh6cHslrXDdAwLv2RKKLmyinst/8WeLmNJ X-Received: by 2002:a17:906:198c:: with SMTP id g12mr5971066ejd.247.1574263728568; Wed, 20 Nov 2019 07:28:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574263728; cv=none; d=google.com; s=arc-20160816; b=vvFQWmmPGvKIwHSn6e9ioiBOq5e7rR5qpA1pildtLj16e9z6L0MzP1HB1USH/jDiFT Wp1swVzq/I881yVSNxmudQ8axbYrZW8BWieUb4e59oMpn2QqfGJqOCoXzJyImKSAnyV8 44CWCB816Hr79XASocY/P0+w/J719iz56l4ESOCIHulsOwcEF8tyYCK4vhRuWaNm0u38 f1++F0srFJzotJ/0wHQEovMQwi1VXl7C/HmcPBDvR0hgVQlu7PxGYZz0uT/ZdFdWPdvn 90Bbc+kVKhwPL3lZQURsXFhGS94HvSKvRl3CPWMyb7q8v9snO7e9IbTyTqy/+4AxO4rd sQRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=qYyw/TESrDaIkrkeJyV4TFLqqQYL2Rn1ECfsl3zYskY=; b=pn1Cbl6eKjue6wnB/szGWigBAakTVTmJ2BIQfJFHIDcZFlcqcsrSInt/sgPRha7wDp m4NmTHOEJrfe3eaMmmXWIzU4tPpIZNkYBJcsdSraIew38VcoqJb2n+4SlsqB5WPIQybd rGfPS6YJCL7ovbiVOu8489zFTrGlEKvZahp79MzeEVHVQ7l4mgnM3aO9c0DC/Jk1oQMm 76bFk7aPwGGYWGNPqrBHg3m4c4w1I7ML5SADXtz4txhKoXbg7Zxl2hQmE8UrI2suWZZL riTKyEVFNHHw4ILeyuemKbUZm6JyWWQ0GWxyGz6WTFs2eQ3Tc+mx02kCwuLXqHegdGqb 6nsA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m15si16281916ejk.320.2019.11.20.07.28.24; Wed, 20 Nov 2019 07:28:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729378AbfKTL6u (ORCPT + 99 others); Wed, 20 Nov 2019 06:58:50 -0500 Received: from foss.arm.com ([217.140.110.172]:38194 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727590AbfKTL6u (ORCPT ); Wed, 20 Nov 2019 06:58:50 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 54892328; Wed, 20 Nov 2019 03:58:49 -0800 (PST) Received: from e107158-lin.cambridge.arm.com (e107158-lin.cambridge.arm.com [10.1.195.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A6D5D3F703; Wed, 20 Nov 2019 03:58:47 -0800 (PST) Date: Wed, 20 Nov 2019 11:58:45 +0000 From: Qais Yousef To: Vincent Guittot Cc: linux-kernel@vger.kernel.org, mingo@redhat.com, peterz@infradead.org, pauld@redhat.com, valentin.schneider@arm.com, srikar@linux.vnet.ibm.com, quentin.perret@arm.com, dietmar.eggemann@arm.com, Morten.Rasmussen@arm.com, hdanton@sina.com, parth@linux.ibm.com, riel@surriel.com Subject: Re: [PATCH v4 11/11] sched/fair: rework find_idlest_group Message-ID: <20191120115844.scli3gprgd5vvlt4@e107158-lin.cambridge.arm.com> References: <1571405198-27570-1-git-send-email-vincent.guittot@linaro.org> <1571405198-27570-12-git-send-email-vincent.guittot@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1571405198-27570-12-git-send-email-vincent.guittot@linaro.org> User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Vincent On 10/18/19 15:26, Vincent Guittot wrote: > The slow wake up path computes per sched_group statisics to select the > idlest group, which is quite similar to what load_balance() is doing > for selecting busiest group. Rework find_idlest_group() to classify the > sched_group and select the idlest one following the same steps as > load_balance(). > > Signed-off-by: Vincent Guittot > --- LTP test has caught a regression in perf_event_open02 test on linux-next and I bisected it to this patch. That is checking out next-20191119 tag and reverting this patch on top the test passes. Without the revert the test fails. I think this patch disturbs this part of the test: https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/syscalls/perf_event_open/perf_event_open02.c#L209 When I revert this patch count_hardware_counters() returns a non zero value. But with it applied it returns 0 which indicates that the condition terminates earlier than what the test expects. I'm failing to see the connection yet, but since I spent enough time bisecting it I thought I'll throw this out before I continue to bottom it out in hope it rings a bell for you or someone else. The problem was consistently reproducible on Juno-r2. LTP was compiled from 20190930 tag using ./configure --host=aarch64-linux-gnu --prefix=~/arm64-ltp/ make && make install *** Output of the test when it fails *** # ./perf_event_open02 -v at iteration:0 value:254410384 time_enabled:195570320 time_running:156044100 perf_event_open02 0 TINFO : overall task clock: 166935520 perf_event_open02 0 TINFO : hw sum: 1200812256, task clock sum: 667703360 hw counters: 300202518 300202881 300203246 300203611 task clock counters: 166927400 166926780 166925660 166923520 perf_event_open02 0 TINFO : ratio: 3.999768 perf_event_open02 0 TINFO : nhw: 0.000100 /* I added this extra line for debug */ perf_event_open02 1 TFAIL : perf_event_open02.c:370: test failed (ratio was greater than ) *** Output of the test when it passes (this patch reverted) *** # ./perf_event_open02 -v at iteration:0 value:300271482 time_enabled:177756080 time_running:177756080 at iteration:1 value:300252655 time_enabled:166939100 time_running:166939100 at iteration:2 value:300252877 time_enabled:166924920 time_running:166924920 at iteration:3 value:300242545 time_enabled:166909620 time_running:166909620 at iteration:4 value:300250779 time_enabled:166918540 time_running:166918540 at iteration:5 value:300250660 time_enabled:166922180 time_running:166922180 at iteration:6 value:258369655 time_enabled:167388920 time_running:143996600 perf_event_open02 0 TINFO : overall task clock: 167540640 perf_event_open02 0 TINFO : hw sum: 1801473873, task clock sum: 1005046160 hw counters: 177971955 185132938 185488818 185488199 185480943 185477118 179657001 172499668 172137672 172139561 task clock counters: 99299900 103293440 103503840 103502040 103499020 103496160 100224320 96227620 95999400 96000420 perf_event_open02 0 TINFO : ratio: 5.998820 perf_event_open02 0 TINFO : nhw: 6.000100 /* I added this extra line for debug */ perf_event_open02 1 TPASS : test passed Thanks -- Qais Yousef