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 68E22C61D9C for ; Wed, 22 Nov 2023 11:56:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344026AbjKVL41 (ORCPT ); Wed, 22 Nov 2023 06:56:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344012AbjKVL4S (ORCPT ); Wed, 22 Nov 2023 06:56:18 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5ACE410CB for ; Wed, 22 Nov 2023 03:56:13 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7E42C433C7; Wed, 22 Nov 2023 11:56:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700654172; bh=gcIvVi41TiyJFoCAf0hPX4QrNIjbM2fEg39e1k2zPfg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UeTRur9HRU867a5vrzWtdMYaOxKNsKKQC+Fn2VgYaBrmnbh17GxEpVgybUrCUK/Yh C49WykXj9WHZVav4xJtVcoxYvKd61JdP1z7yfGmrq7LPsVTP+qJ7OEHMc6T239akp4 CobKPWMU0cyWB+4+krxBOYP01kZVt/UDY+IOln9R/rOUL4axdwfVl4UbGZiFDSQZzV aiH9PfHC416dOq749PZ+Jrsw908B8vKB2S306JV/bBKJW/u5/VRRzP+qPYvVCxvTPd /98VXgdn+5/JKSIoJ1KqZWusnhcxhU7kQYvjlj+Q1Ag9DfXcN259l0Mpx4hVxml4g6 Y6sqhte2ddGsQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id F403140094; Wed, 22 Nov 2023 08:56:09 -0300 (-03) Date: Wed, 22 Nov 2023 08:56:09 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: "Liang, Kan" , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, peterz@infradead.org, mingo@redhat.com, jolsa@kernel.org, namhyung@kernel.org, adrian.hunter@intel.com, tinghao.zhang@intel.com Subject: Re: [PATCH V2] perf test: Basic branch counter support Message-ID: References: <20231107184020.1497571-1-kan.liang@linux.intel.com> <85aac482-2318-4fb5-be8a-b6d17e19407b@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Nov 20, 2023 at 04:22:24PM -0800, Ian Rogers escreveu: > On Mon, Nov 13, 2023 at 8:12 AM Liang, Kan wrote: > > On 2023-11-07 1:40 p.m., kan.liang@linux.intel.com wrote: > > > From: Kan Liang > > > Add a basic test for the branch counter feature. > > > The test verifies that > > > - The new filter can be successfully applied on the supported platforms. > > > - The counter value can be outputted via the perf report -D > > > Signed-off-by: Kan Liang > > Any comments for this patch? > Confirmed the wildcard works as expected. > Tested-by: Ian Rogers Thanks, applied to perf-tools-next. - Arnaldo