From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751533AbdLBERO (ORCPT ); Fri, 1 Dec 2017 23:17:14 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:37060 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751308AbdLBERM (ORCPT ); Fri, 1 Dec 2017 23:17:12 -0500 X-Google-Smtp-Source: AGs4zMZia1jl4w6TzigT5s7qP13tr9dNdbMlJUMXITcQHxs1JrGIlzwsz5Q8L3SG+zDIGrv41G5m1Q== From: Sangwon Hong To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Sangwon Hong Subject: [PATCH] perf c2c: Add a tip about cacheline events Date: Sat, 2 Dec 2017 13:16:41 +0900 Message-Id: <1512188201-14109-1-git-send-email-qpakzk@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Cc: Jiri Olsa Cc: Namhyung Kim Signed-off-by: Sangwon Hong --- 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 -- 2.7.4