From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEB16C433EF for ; Mon, 29 Nov 2021 18:33:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379696AbhK2Sgj (ORCPT ); Mon, 29 Nov 2021 13:36:39 -0500 Received: from foss.arm.com ([217.140.110.172]:44656 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379613AbhK2Sei (ORCPT ); Mon, 29 Nov 2021 13:34:38 -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 6EF6B1063; Mon, 29 Nov 2021 10:31:20 -0800 (PST) Received: from e113632-lin (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 870EF3F5A1; Mon, 29 Nov 2021 10:31:19 -0800 (PST) From: Valentin Schneider To: Josef Bacik Cc: peterz@infradead.org, vincent.guittot@linaro.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-btrfs@vger.kernel.org Subject: Re: [REGRESSION] 5-10% increase in IO latencies with nohz balance patch In-Reply-To: References: <87ee6yc00j.mognet@arm.com> Date: Mon, 29 Nov 2021 18:31:17 +0000 Message-ID: <87bl22byq2.mognet@arm.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On 29/11/21 13:15, Josef Bacik wrote: > On Mon, Nov 29, 2021 at 06:03:24PM +0000, Valentin Schneider wrote: >> Would you happen to have execution traces by any chance? If not I should be >> able to get one out of that fsperf thingie. >> > > I don't, if you want to tell me how I can do it right now. I've disabled > everything on this box for now so it's literally just sitting there waiting to > have things done to it. Thanks, > I see you have Ftrace enabled in your config, so that ought to do it: trace-cmd record -e 'sched:*' -e 'cpu_idle' $your_test_cmd > Josef