From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758250AbbEFDQl (ORCPT ); Tue, 5 May 2015 23:16:41 -0400 Received: from terminus.zytor.com ([198.137.202.10]:36475 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755781AbbEFDQj (ORCPT ); Tue, 5 May 2015 23:16:39 -0400 Date: Tue, 5 May 2015 20:15:58 -0700 From: tip-bot for Adrian Hunter Message-ID: Cc: mingo@kernel.org, peterz@infradead.org, namhyung@gmail.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, dsahern@gmail.com, acme@redhat.com, eranian@google.com, adrian.hunter@intel.com, fweisbec@gmail.com, hpa@zytor.com, jolsa@redhat.com Reply-To: linux-kernel@vger.kernel.org, adrian.hunter@intel.com, acme@redhat.com, eranian@google.com, dsahern@gmail.com, jolsa@redhat.com, hpa@zytor.com, fweisbec@gmail.com, peterz@infradead.org, mingo@kernel.org, namhyung@gmail.com, tglx@linutronix.de In-Reply-To: <1430404667-10593-2-git-send-email-adrian.hunter@intel.com> References: <1430404667-10593-2-git-send-email-adrian.hunter@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf report: Fix placement of itrace option in documentation Git-Commit-ID: 64a7e61f11a22de3571b7f43f231e9b3aab00f1e 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: 64a7e61f11a22de3571b7f43f231e9b3aab00f1e Gitweb: http://git.kernel.org/tip/64a7e61f11a22de3571b7f43f231e9b3aab00f1e Author: Adrian Hunter AuthorDate: Thu, 30 Apr 2015 17:37:24 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 4 May 2015 19:47:11 -0300 perf report: Fix placement of itrace option in documentation Unwittingly the itrace options for perf report ended up below the Overhead Calculation section. Move it back with the other options. Signed-off-by: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/r/1430404667-10593-2-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-report.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index b66f6b4..b771340 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -324,9 +324,6 @@ OPTIONS --header-only:: Show only perf.data header (forces --stdio). - -include::callchain-overhead-calculation.txt[] - --itrace:: Options for decoding instruction tracing data. The options are: @@ -354,6 +351,9 @@ include::callchain-overhead-calculation.txt[] To disable decoding entirely, use --no-itrace. + +include::callchain-overhead-calculation.txt[] + SEE ALSO -------- linkperf:perf-stat[1], linkperf:perf-annotate[1]