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 CBB74C77B7C for ; Wed, 10 May 2023 17:14:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229773AbjEJROw (ORCPT ); Wed, 10 May 2023 13:14:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236557AbjEJROm (ORCPT ); Wed, 10 May 2023 13:14:42 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A749359EB; Wed, 10 May 2023 10:14:19 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 48C83633CD; Wed, 10 May 2023 17:13:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 853BBC433D2; Wed, 10 May 2023 17:13:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683738792; bh=uwBVahIzAis+hKtabAV4C+jtkGBRRIeCGM+mjBTEncY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uc2uEkx+R4rVm5oGfMmAF2GSqn0P5S/XRjfWldOa+YT1cw7KX69NhCMaDFMoqem7v 2zJMGmWguP4DtcBpuJRhfU25dNiVTt38/SkEZZU+fSkjPfY2sQULTbwloRrxLPB6Ow fjMCRbXZwOdObEO2ghIS6Y0bfJBgMVSCCGcIiSLIaz0rcx5FDJDMJnMTNRsckmn0I7 uFLkwSNozieF5sJQBiqaXisa9ur6/I+fzn6zIz0jVSPiyi73vCS6MhENmaXyiWf6++ Mrh5CxDzIE0WBEznw0+BBXf0BXmAecyb15bzVPiCC3J61hB9Y7YR+23Cz/GB1nxHMf A+CH6QMckLnqA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id BB874403B5; Wed, 10 May 2023 14:13:09 -0300 (-03) Date: Wed, 10 May 2023 14:13:09 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Jiri Olsa , Namhyung Kim , Ian Rogers , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org Subject: Re: [PATCH V2 0/2] perf parse-events: Do not break up AUX event group Message-ID: References: <20230508093952.27482-1-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230508093952.27482-1-adrian.hunter@intel.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Mon, May 08, 2023 at 12:39:50PM +0300, Adrian Hunter escreveu: > Hi > > Here is a fix needed in v6.4, but dependent on Ian's patch > "perf evsel: Modify group pmu name for software events", refer: > > https://lore.kernel.org/lkml/20230502223851.2234828-20-irogers@google.com/ > > There is also a test amendment to test the AUX event group fix for > Intel PT. Ok, so I think I can add your Tested-by for that "perf evsel: Modify group pmu name for software events" patch, ok? - Arnaldo > > Changes in V2: > > Add an Intel PT test amendment for the AUX event group fix > Change AUX event group fix as suggested by Ian > > > Adrian Hunter (2): > perf test: test_intel_pt.sh: Test sample mode with named PMU > perf parse-events: Do not break up AUX event group > > tools/perf/tests/shell/test_intel_pt.sh | 7 +++++++ > tools/perf/util/evsel.c | 9 +++------ > 2 files changed, 10 insertions(+), 6 deletions(-)