From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751338AbdKTPSd (ORCPT ); Mon, 20 Nov 2017 10:18:33 -0500 Received: from mail-pf0-f178.google.com ([209.85.192.178]:43141 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751245AbdKTPSc (ORCPT ); Mon, 20 Nov 2017 10:18:32 -0500 X-Google-Smtp-Source: AGs4zMb+6N1lpX9skU1BVGI8LlhLTgD/wSyczpybrwB9zIsvEFSaf7KdtLkHC+7I6hfBqAxq2oBQCg== From: Hyeim Yang To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Hyeim Yang , Taeung Song Subject: [PATCH v2] perf report/top: Add a tip about source line matching. Date: Tue, 21 Nov 2017 00:17:07 +0900 Message-Id: <1511191027-3446-1-git-send-email-yanghyeimm@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 Cc: Taeung Song --- 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 db0ca30..cab8fae 100644 --- a/tools/perf/Documentation/tips.txt +++ b/tools/perf/Documentation/tips.txt @@ -32,3 +32,4 @@ Order by the overhead of source file name and line number: perf report -s srclin 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 +Print matching source lines (may be slow): perf annotate --print-line --stdio -- 2.7.4