From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 149282F56 for ; Tue, 5 Jul 2022 12:58:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=zG2nGXxaq7Y3XFLnvZZ3I2cqkxTm504h+OJqSyMVwqo=; b=orBkxc/e9M1r2QILIiagrpcgNg qRNs4ogyMMveieLvAY87iZ7sRl7ggZNP/H+F5AAGUi5uT1cpGIAW8K16q2I6e7Z8GCwtpE1Mwzps+ wHFTxPJ6994ioagBLZ9hUP6eEPEry/EOBhsSGldpJtzkFfevtwo1H/PodHvRTMQmbYTEw57xLYaQ9 gb0ciA5kG3jgsusSy0xalyZoG5cHCHrUCM1lRFz6Z+v03sv+rsaqbLu//qe87TFpPHBrS/W8aFJwS zv6B6qwHTdFXFnfd54NxR2M6NZ9yskIXxoqrbQbZ/Q9rnnusaJ0GSNo9j1miykdzbG5E0wfShYRTl 6ToE0tbQ==; Received: from dhcp-077-249-017-003.chello.nl ([77.249.17.3] helo=worktop.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8i7q-000aZI-8f; Tue, 05 Jul 2022 12:57:58 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id 35308980060; Tue, 5 Jul 2022 14:57:56 +0200 (CEST) Date: Tue, 5 Jul 2022 14:57:56 +0200 From: Peter Zijlstra To: Bill Wendling Cc: "Jose E. Marchesi" , Ruud van der Pas , Nick Desaulniers , Sami Tolvanen , Vladimir Mezentsev , clang-built-linux , LKML , Yonghong Song , Wenlei He , Hongtao Yu , Ingo Molnar , linux-toolchains , elena.zannoni@oracle.com Subject: Re: plumbers session on profiling? Message-ID: References: <87mtf7z0rt.fsf@gnu.org> <6F9E9D93-3913-4022-9384-D809C8EF7715@oracle.com> <878rpgpvfj.fsf@gnu.org> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Jul 04, 2022 at 04:01:15PM +0200, Peter Zijlstra wrote: > On Fri, Jul 01, 2022 at 11:57:25AM -0700, Bill Wendling wrote: > > As for LBR, that will work with Intel/AMD, but I thought that LBR > > doesn't exist for Arm processors (my knowledge could be out of date on > > this). > > Not totally up to date on the ARM thing either; but I believe you're > right in that they don't yet have such a feature. Just found this in my inbox; I should've seen it before, but it must've slipped my mind: https://lkml.kernel.org/r/20220613100119.684673-1-anshuman.khandual@arm.com And of course, PowerPC also supports this.