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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8967DC43334 for ; Mon, 27 Jun 2022 11:02:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IHoipt0hiYNqMDOlW45142zlzlfRgvUbXpN9ohWmhB4=; b=4PrQfmLz23Mb6c TULVSnWu4eo0GPJO10qnDlcCupqUtkRajnDRGDBML52qcvPcuapQkVyu2SK0hHHPm7ndw+3KYJH0/ 0ApIFGdxz8ex+5z+C8KP0dMhmuJMklT91wz2ITVaIUG2aNLQ9LRHFqMfmhGle/+m1yjSay5UiIm6A 1u3JF9jZXrnDM5yg5ew2P15mMys3+sYqwbu9psNw4u34k0Rhe4qaqUvnh4wNanOcf6xmW7oeV0yLw 8XwMKl5eaaQK110WnF2jclN4J6AOTHQXjoB9GE9GS38LApccdtQBhpDeMLgPjCCnSszk9E4mSFrgt 7/wKJc4kgxiRqzaT4I4w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5mUY-000Loi-Hv; Mon, 27 Jun 2022 11:01:18 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5mUU-000LmD-Qm for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2022 11:01:17 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 38C3FB810AC; Mon, 27 Jun 2022 11:01:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5391C3411D; Mon, 27 Jun 2022 11:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656327672; bh=dnVo2kKU4XfL2p5JbW7BGQOVgWSy6yL9g0TtFxZ2uJs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AOuDenptTw43xrEUM45YSwOY3l2Z1fhndBUy9ZoEFd/dGBAYgGa3Fwak2NmUv4VOG lprN6GaJghhxI+q0fwCIO+Ih1+XH3IsopttRnP05SwWVIPQPqQFeqr/cjG7gvUs10d 198E9elLVuW2OCv24ftya9bTi4Ykchgv9MHsLUxWv9xp0fZ+2RvlFDje1iPuJFfFH0 bKt2L2EAyj5TCGjEegZWLxZEtr5/2NkqzBPL1TL0mosGkgNrrzj85owf5HKD3wS/QL V91ir/tEEy3VVpUTyH2BItNhLruqJBbktbJByhsAv2laT40rCTxWoQCBwRWSZttkYu wrj9OQ/pzYGZw== Date: Mon, 27 Jun 2022 12:01:05 +0100 From: Will Deacon To: Anshuman Khandual Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, peterz@infradead.org, acme@kernel.org, mark.rutland@arm.com, Catalin Marinas , James Clark , Rob Herring , Marc Zyngier , Ingo Molnar , linux-perf-users@vger.kernel.org Subject: Re: [PATCH 0/8] arm64/perf: Enable branch stack sampling Message-ID: <20220627110105.GF22095@willie-the-truck> References: <20220613100119.684673-1-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220613100119.684673-1-anshuman.khandual@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220627_040115_042060_B7B7F9AF X-CRM114-Status: GOOD ( 12.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jun 13, 2022 at 03:31:11PM +0530, Anshuman Khandual wrote: > This series enables perf branch stack sampling support on arm64 platform > via a new arch feature called Branch Record Buffer Extension (BRBE). All > relevant register definitions could be accessed here. > > https://developer.arm.com/documentation/ddi0601/2021-12/AArch64-Registers > > This series applies on v5.19-rc2 after the BRBE related perf ABI changes series > (V6) that was posted earlier. > > https://lore.kernel.org/linux-arm-kernel/20220610035101.424112-1-anshuman.khandual@arm.com/ > > Following issues remain inconclusive > > - Jame's concerns regarding permission inadequacy related to perfmon_capable() > - Jame's concerns regarding using perf_event_paranoid along with perfmon_capable() afaict, the capability stuff remains unresolved with the SPE driver, so I'd really like to see it fixed there first before we add more broken drivers. https://lore.kernel.org/r/20220118100702.GB16547@willie-the-truck Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel