summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Feiner <pfeiner@google.com>2015-11-04 09:21:46 -0800
committerLuis Henriques <luis.henriques@canonical.com>2015-12-13 17:49:43 +0000
commitc3c936da5d3003908112e65668dc08bb9d19221c (patch)
treea6850f79443eed50ad75fa0583a74e93196ecd43 /tools
parent9adf58271302f0dd3b921e01d95d87d0a5a4221e (diff)
downloadlinux-stable-c3c936da5d3003908112e65668dc08bb9d19221c.tar.gz
linux-stable-c3c936da5d3003908112e65668dc08bb9d19221c.tar.bz2
linux-stable-c3c936da5d3003908112e65668dc08bb9d19221c.zip
perf trace: Fix documentation for -i
commit 956959f6b7a982b2e789a7a8fa1de437074a5eb9 upstream. The -i flag was incorrectly listed as a short flag for --no-inherit. It should have only been listed as a short flag for --input. This documentation error has existed since the --input flag was introduced in 6810fc915f7a89d8134edb3996dbbf8eac386c26 (perf trace: Add option to analyze events in a file versus live). Signed-off-by: Peter Feiner <pfeiner@google.com> Cc: David Ahern <dsahern@gmail.com> Link: http://lkml.kernel.org/r/1446657706-14518-1-git-send-email-pfeiner@google.com Fixes: 6810fc915f7a ("perf trace: Add option to analyze events in a file versus live") Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/Documentation/perf-trace.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
index fae38d9a44a4..65d6a7a88c53 100644
--- a/tools/perf/Documentation/perf-trace.txt
+++ b/tools/perf/Documentation/perf-trace.txt
@@ -59,7 +59,6 @@ OPTIONS
--verbose=::
Verbosity level.
--i::
--no-inherit::
Child tasks do not inherit counters.