Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf stat: Fix help message for --metric-no-threshold option

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>

authored by

Ian Rogers and committed by
Arnaldo Carvalho de Melo
8596ba32 327f7533

+1 -1
+1 -1
tools/perf/builtin-stat.c
··· 1255 1255 OPT_BOOLEAN(0, "metric-no-merge", &stat_config.metric_no_merge, 1256 1256 "don't try to share events between metrics in a group"), 1257 1257 OPT_BOOLEAN(0, "metric-no-threshold", &stat_config.metric_no_threshold, 1258 - "don't try to share events between metrics in a group "), 1258 + "disable adding events for the metric threshold calculation"), 1259 1259 OPT_BOOLEAN(0, "topdown", &topdown_run, 1260 1260 "measure top-down statistics"), 1261 1261 OPT_UINTEGER(0, "td-level", &stat_config.topdown_level,