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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FFBCC433E7 for ; Tue, 13 Oct 2020 16:16:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1240225277 for ; Tue, 13 Oct 2020 16:16:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602605774; bh=SQEwaPmyt7NIXIl/JqjLyiYJmyTqtk504hHzkeawI7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=BjcbAVjMWm8PFBvoGAt9zRY8u1LT76X8JQQo5DckrFpQcxIogKnOc0g2gwLRemeUI ZjvvugmPQXd3LUVBBa7M0X7P/4GDuy3ZaC5taTborF6lDJ6TqQvrwcatNFtUyYBagk XfGj/GFx1+0lf1Jzh+ejXYp43DQT3ZgPqmm603lA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389361AbgJMQQM (ORCPT ); Tue, 13 Oct 2020 12:16:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:48746 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389220AbgJMQQM (ORCPT ); Tue, 13 Oct 2020 12:16:12 -0400 Received: from quaco.ghostprotocols.net (unknown [179.97.37.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7E52925275; Tue, 13 Oct 2020 16:16:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602605771; bh=SQEwaPmyt7NIXIl/JqjLyiYJmyTqtk504hHzkeawI7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kWzX0J8hxUKs4ZQSiYdns6oNcPvhOhN6r7FQ4SFaAzEVVGdi/syK2yMEk8pjWjW5b KE6nxxo+JmFVNk9t4BDOHVK2UNFl6Y42m6DZ25pKVHmURzSkUfH0cmAIJe6SMDmeMF 98ZhDUMNIjvmaLys6PJGCCmjvShUUs2JBYksdU4Q= Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 665B44047F; Tue, 13 Oct 2020 13:16:09 -0300 (-03) Date: Tue, 13 Oct 2020 13:16:09 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Jiri Olsa , Leo Yan , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Namhyung Kim , LKML Subject: Re: [PATCH] perf c2c: Update usage for showing memory events Message-ID: <20201013161609.GI1063281@kernel.org> References: <20201011121022.22409-1-leo.yan@linaro.org> <20201012091348.GC1099489@krava> 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-kernel@vger.kernel.org Em Mon, Oct 12, 2020 at 08:25:42AM -0700, Ian Rogers escreveu: > On Mon, Oct 12, 2020 at 2:13 AM Jiri Olsa wrote: > > > > On Sun, Oct 11, 2020 at 08:10:22PM +0800, Leo Yan wrote: > > > Since commit b027cc6fdf1b ("perf c2c: Fix 'perf c2c record -e list' to > > > show the default events used"), "perf c2c" tool can show the memory > > > events properly, it's no reason to still suggest user to use the > > > command "perf mem record -e list" for showing events. > > > > > > This patch updates the usage for showing memory events with command > > > "perf c2c record -e list". > > > > > > Signed-off-by: Leo Yan > > > > Acked-by: Jiri Olsa > > > > thanks, > > jirka > > Acked-by: Ian Rogers Thanks, applied. - Arnaldo