From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932678AbdHVK2y (ORCPT ); Tue, 22 Aug 2017 06:28:54 -0400 Received: from terminus.zytor.com ([65.50.211.136]:54337 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932222AbdHVK2w (ORCPT ); Tue, 22 Aug 2017 06:28:52 -0400 Date: Tue, 22 Aug 2017 03:26:36 -0700 From: tip-bot for Taeung Song Message-ID: Cc: acme@redhat.com, namhyung@kernel.org, mingo@kernel.org, treeze.taeung@gmail.com, mliska@suse.cz, hpa@zytor.com, jolsa@redhat.com, linux-kernel@vger.kernel.org, tglx@linutronix.de Reply-To: acme@redhat.com, namhyung@kernel.org, mingo@kernel.org, mliska@suse.cz, treeze.taeung@gmail.com, linux-kernel@vger.kernel.org, hpa@zytor.com, jolsa@redhat.com, tglx@linutronix.de In-Reply-To: <1503046013-5555-1-git-send-email-treeze.taeung@gmail.com> References: <1503046013-5555-1-git-send-email-treeze.taeung@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf annotate: Document --show-total-period option Git-Commit-ID: 01c85629f5e99958606da816f1df058c0722a570 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: 01c85629f5e99958606da816f1df058c0722a570 Gitweb: http://git.kernel.org/tip/01c85629f5e99958606da816f1df058c0722a570 Author: Taeung Song AuthorDate: Fri, 18 Aug 2017 17:46:53 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 18 Aug 2017 10:34:08 -0300 perf annotate: Document --show-total-period option When the --show-total-period option was introduced we forgot to add an entry in the man page, fix it. Signed-off-by: Taeung Song Cc: Jiri Olsa Cc: Namhyung Kim Cc: Martin Liška Fixes: 0c4a5bcea460 ("perf annotate: Display total number of samples with --show-total-period") Link: http://lkml.kernel.org/r/1503046013-5555-1-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-annotate.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt index 2a5975c..c635eab 100644 --- a/tools/perf/Documentation/perf-annotate.txt +++ b/tools/perf/Documentation/perf-annotate.txt @@ -92,6 +92,8 @@ OPTIONS --asm-raw:: Show raw instruction encoding of assembly instructions. +--show-total-period:: Show a column with the sum of periods. + --source:: Interleave source code with assembly code. Enabled by default, disable with --no-source.