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 8C5BCC433EF for ; Fri, 24 Jun 2022 16:19:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231459AbiFXQTo (ORCPT ); Fri, 24 Jun 2022 12:19:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229598AbiFXQTm (ORCPT ); Fri, 24 Jun 2022 12:19:42 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44FD03C706; Fri, 24 Jun 2022 09:19:40 -0700 (PDT) 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 04336B82A3A; Fri, 24 Jun 2022 16:19:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85A52C34114; Fri, 24 Jun 2022 16:19:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656087577; bh=GnA2DvgsL+gQNtgqEkQiuBzC52en4llzdKBJm8+xA+8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HBSCYA++i4drdNWk7WOxnlwBOuQciWAF6BO0ytM/YimhZTMCdBUQ8Udwp6qWqtvt+ o930I08vAlMr4o0cDKOSGwuoH8FIxmOzf169ZgPZrcXYDWoxR3jzaVc1Lwh7k7dOqb ynaIvE1+yAHkBfMes2OOCHCMi4CHaFrnRLjW3zO5darGHGnaVmkCXO33ckdTk45A9T eG9wQTbqpuup6X3Tr+9AOGqSd3mSUxnysYoA7Q+HMF2VOeKEkOmnkl7g4x94AWAK0l dYeWUgquSpHuQTatsOqAATVnxsI07oxZnoHLOpclybqTr6ivaBfivGDHUmgikqUSp4 KhRYgek4rb74g== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id F24824096F; Fri, 24 Jun 2022 13:19:34 -0300 (-03) Date: Fri, 24 Jun 2022 13:19:34 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Ravi Bangoria , Kan Liang , Jiri Olsa , Ian Rogers , Peter Zijlstra , rrichter@amd.com, Ingo Molnar , Mark Rutland , Thomas Gleixner , Borislav Petkov , James Clark , Leo Yan , Andi Kleen , Stephane Eranian , like.xu.linux@gmail.com, x86@kernel.org, linux-perf-users , linux-kernel , Sandipan Das , ananth.narayan@amd.com, Kim Phillips , santosh.shukla@amd.com Subject: Re: [PATCH v6 0/8] perf/amd: Zen4 IBS extensions support (tool changes) Message-ID: References: <20220604044519.594-1-ravi.bangoria@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Mon, Jun 06, 2022 at 04:46:57PM -0700, Namhyung Kim escreveu: > On Fri, Jun 3, 2022 at 9:46 PM Ravi Bangoria wrote: > > Ravi Bangoria (8): > > perf record ibs: Warn about sampling period skew > > perf tool: Parse pmu caps sysfs only once > > perf headers: Pass "cpu" pmu name while printing caps > > perf headers: Store pmu caps in an array of strings > > perf headers: Record non-cpu pmu capabilities > > perf/x86/ibs: Add new IBS register bits into header > > perf tool ibs: Sync amd ibs header file > > perf script ibs: Support new IBS bits in raw trace dump > Acked-by: Namhyung Kim Thanks, applied the series to perf/core, except for "[PATCH v6 6/8] perf/x86/ibs: Add new IBS register bits into header", that is outside tools/. - Arnaldo