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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A1667C43457 for ; Mon, 19 Oct 2020 16:00:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5DDEC222C2 for ; Mon, 19 Oct 2020 16:00:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730538AbgJSQAO (ORCPT ); Mon, 19 Oct 2020 12:00:14 -0400 Received: from foss.arm.com ([217.140.110.172]:60896 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730444AbgJSQAN (ORCPT ); Mon, 19 Oct 2020 12:00:13 -0400 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 621CC1FB; Mon, 19 Oct 2020 09:00:13 -0700 (PDT) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.194.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7B8DC3F66B; Mon, 19 Oct 2020 09:00:11 -0700 (PDT) References: <20200901144324.1071694-1-maz@kernel.org> <20200901144324.1071694-4-maz@kernel.org> <353f13b0dcc6c7ea1b44012d9632a0cc@kernel.org> User-agent: mu4e 0.9.17; emacs 26.3 From: Valentin Schneider To: Vincent Guittot Cc: Marc Zyngier , LAK , linux-kernel , Will Deacon , Catalin Marinas , Russell King , Thomas Gleixner , Jason Cooper , Sumit Garg , Florian Fainelli , Gregory Clement , Andrew Lunn , Saravana Kannan , Android Kernel Team Subject: Re: [PATCH v3 03/16] arm64: Allow IPIs to be handled as normal interrupts In-reply-to: Date: Mon, 19 Oct 2020 17:00:09 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 19/10/20 16:43, Vincent Guittot wrote: > On Mon, 19 Oct 2020 at 15:04, Marc Zyngier wrote: >> Since you are running perf, can you spot where the overhead occurs? > > hmm... Difficult to say because tracing the bench decreases a lot the > result. I have pasted the perf reports. > > I have only put symbol with overhead above 1% > > so _raw_spin_unlock_irq, schedule and __schedule seem the most > impacted but i can't get any conclusion > AFAICT on TX2 you should be able to run these and get some more details within IRQ-disabled regions: https://lore.kernel.org/linux-arm-kernel/20200924110706.254996-1-alexandru.elisei@arm.com/ (they should be on linux-next) > I can sent you perf.data files if you want > > >> >> Thanks, >> >> M. >> -- >> Jazz is not dead. It just smells funny...