aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2015-04-30 10:37:24 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-05-04 18:47:11 -0400
commit64a7e61f11a22de3571b7f43f231e9b3aab00f1e (patch)
treead378f00386aa414f0f02c0c0cd2b29c4b6ecd9e
parent0c160d495b5616e071bb4f873812e8f473128149 (diff)
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 <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/r/1430404667-10593-2-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tools/perf/Documentation/perf-report.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt
index b66f6b41b179..b771340d193d 100644
--- a/tools/perf/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
@@ -324,9 +324,6 @@ OPTIONS
324--header-only:: 324--header-only::
325 Show only perf.data header (forces --stdio). 325 Show only perf.data header (forces --stdio).
326 326
327
328include::callchain-overhead-calculation.txt[]
329
330--itrace:: 327--itrace::
331 Options for decoding instruction tracing data. The options are: 328 Options for decoding instruction tracing data. The options are:
332 329
@@ -354,6 +351,9 @@ include::callchain-overhead-calculation.txt[]
354 351
355 To disable decoding entirely, use --no-itrace. 352 To disable decoding entirely, use --no-itrace.
356 353
354
355include::callchain-overhead-calculation.txt[]
356
357SEE ALSO 357SEE ALSO
358-------- 358--------
359linkperf:perf-stat[1], linkperf:perf-annotate[1] 359linkperf:perf-stat[1], linkperf:perf-annotate[1]