Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594344 > unrolled thread
| Started by | Namhyung Kim <namhyung@kernel.org> |
|---|---|
| First post | 2017-03-07 16:30 +0100 |
| Last post | 2017-03-07 16:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 04/23] perf c2c: Fix help message of --stats option Namhyung Kim <namhyung@kernel.org> - 2017-03-07 16:30 +0100
| From | Namhyung Kim <namhyung@kernel.org> |
|---|---|
| Date | 2017-03-07 16:30 +0100 |
| Subject | [PATCH 04/23] perf c2c: Fix help message of --stats option |
| Message-ID | <tipdM-11m-23@gated-at.bofh.it> |
Signed-off-by: Namhyung Kim <namhyung@kernel.org> --- tools/perf/builtin-c2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c index e2b21723bbf8..3fac30ed92f1 100644 --- a/tools/perf/builtin-c2c.c +++ b/tools/perf/builtin-c2c.c @@ -2536,7 +2536,7 @@ static int perf_c2c__report(int argc, const char **argv) OPT_BOOLEAN(0, "stdio", &c2c.use_stdio, "Use the stdio interface"), #endif OPT_BOOLEAN(0, "stats", &c2c.stats_only, - "Use the stdio interface"), + "Display only statistic tables (implies --stdio)"), OPT_BOOLEAN(0, "full-symbols", &c2c.symbol_full, "Display full length of symbols"), OPT_BOOLEAN(0, "no-source", &no_source, -- 2.11.0
Back to top | Article view | linux.kernel
csiph-web