Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1262458 > unrolled thread

[PATCH] perf trace: fix documentation for -i

Started byPeter Feiner <pfeiner@google.com>
First post2015-11-04 18:30 +0100
Last post2015-11-08 08:40 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] perf trace: fix documentation for -i Peter Feiner <pfeiner@google.com> - 2015-11-04 18:30 +0100
    Re: [PATCH] perf trace: fix documentation for -i Arnaldo Carvalho de Melo <acme@redhat.com> - 2015-11-05 15:20 +0100
    [tip:perf/urgent] perf trace: Fix documentation for -i tip-bot for Peter Feiner <tipbot@zytor.com> - 2015-11-08 08:40 +0100

#1262458 — [PATCH] perf trace: fix documentation for -i

FromPeter Feiner <pfeiner@google.com>
Date2015-11-04 18:30 +0100
Subject[PATCH] perf trace: fix documentation for -i
Message-ID<qra2K-3pW-27@gated-at.bofh.it>
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>
---
 tools/perf/Documentation/perf-trace.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
index 7ea0786..13293de 100644
--- a/tools/perf/Documentation/perf-trace.txt
+++ b/tools/perf/Documentation/perf-trace.txt
@@ -62,7 +62,6 @@ OPTIONS
 --verbose=::
         Verbosity level.
 
--i::
 --no-inherit::
 	Child tasks do not inherit counters.
 
-- 
2.6.0.rc2.230.g3dd15c0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1263238

FromArnaldo Carvalho de Melo <acme@redhat.com>
Date2015-11-05 15:20 +0100
Message-ID<qrtyp-7M9-1@gated-at.bofh.it>
In reply to#1262458
Em Wed, Nov 04, 2015 at 09:21:46AM -0800, Peter Feiner escreveu:
> 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).

Thanks, applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1265029 — [tip:perf/urgent] perf trace: Fix documentation for -i

Fromtip-bot for Peter Feiner <tipbot@zytor.com>
Date2015-11-08 08:40 +0100
Subject[tip:perf/urgent] perf trace: Fix documentation for -i
Message-ID<qssJY-5As-45@gated-at.bofh.it>
In reply to#1262458
Commit-ID:  956959f6b7a982b2e789a7a8fa1de437074a5eb9
Gitweb:     http://git.kernel.org/tip/956959f6b7a982b2e789a7a8fa1de437074a5eb9
Author:     Peter Feiner <pfeiner@google.com>
AuthorDate: Wed, 4 Nov 2015 09:21:46 -0800
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 5 Nov 2015 12:47:51 -0300

perf trace: Fix documentation for -i

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>
---
 tools/perf/Documentation/perf-trace.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
index 7ea0786..13293de 100644
--- a/tools/perf/Documentation/perf-trace.txt
+++ b/tools/perf/Documentation/perf-trace.txt
@@ -62,7 +62,6 @@ OPTIONS
 --verbose=::
         Verbosity level.
 
--i::
 --no-inherit::
 	Child tasks do not inherit counters.
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web