From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752737AbdLFQp2 (ORCPT ); Wed, 6 Dec 2017 11:45:28 -0500 Received: from terminus.zytor.com ([65.50.211.136]:57973 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751990AbdLFQpZ (ORCPT ); Wed, 6 Dec 2017 11:45:25 -0500 Date: Wed, 6 Dec 2017 08:43:16 -0800 From: tip-bot for Sangwon Hong Message-ID: Cc: mingo@kernel.org, namhyung@kernel.org, jolsa@kernel.org, acme@redhat.com, qpakzk@gmail.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, hpa@zytor.com Reply-To: hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, acme@redhat.com, qpakzk@gmail.com, namhyung@kernel.org, mingo@kernel.org, jolsa@kernel.org In-Reply-To: <1512188201-14109-1-git-send-email-qpakzk@gmail.com> References: <1512188201-14109-1-git-send-email-qpakzk@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf c2c: Add a tip about cacheline events Git-Commit-ID: 0125195268a0f9886b582c7e73da98f89029796f X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 0125195268a0f9886b582c7e73da98f89029796f Gitweb: https://git.kernel.org/tip/0125195268a0f9886b582c7e73da98f89029796f Author: Sangwon Hong AuthorDate: Sat, 2 Dec 2017 13:16:41 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 5 Dec 2017 15:43:55 -0300 perf c2c: Add a tip about cacheline events Signed-off-by: Sangwon Hong Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1512188201-14109-1-git-send-email-qpakzk@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/tips.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/Documentation/tips.txt b/tools/perf/Documentation/tips.txt index 3dd1dbe..849599f 100644 --- a/tools/perf/Documentation/tips.txt +++ b/tools/perf/Documentation/tips.txt @@ -33,3 +33,4 @@ System-wide collection from all CPUs: perf record -a Show current config key-value pairs: perf config --list Show user configuration overrides: perf config --user --list To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node` +To report cacheline events from previous recording: perf c2c report