perf stat: Fix help message for --metric-no-threshold option
authorIan Rogers <irogers@google.com>
Wed, 29 Nov 2023 22:35:40 +0000 (14:35 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 11 Dec 2023 21:31:29 +0000 (18:31 -0300)
Copy-paste error led to help message for metric-no-threshold repeating
that of metric-no-merge.

Fixes: 1fd09e299bdd434b ("perf metric: Add --metric-no-threshold option")
Reported-by: Stephane Eranian <eranian@google.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20231129223540.2247030-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c

index d22228eddccbf447e3a3bdde23f8b7dbd4a9b576..0bfa70791cfcfd5b4db7d5a7fd54d90873f1bd0e 100644 (file)
@@ -1255,7 +1255,7 @@ static struct option stat_options[] = {
        OPT_BOOLEAN(0, "metric-no-merge", &stat_config.metric_no_merge,
                       "don't try to share events between metrics in a group"),
        OPT_BOOLEAN(0, "metric-no-threshold", &stat_config.metric_no_threshold,
-                      "don't try to share events between metrics in a group  "),
+                      "disable adding events for the metric threshold calculation"),
        OPT_BOOLEAN(0, "topdown", &topdown_run,
                        "measure top-down statistics"),
        OPT_UINTEGER(0, "td-level", &stat_config.topdown_level,