]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf stat: Disable metric thresholds for CSV and JSON metric-only mode
authorIan Rogers <irogers@google.com>
Thu, 17 Oct 2024 17:53:56 +0000 (10:53 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 17 Oct 2024 19:44:26 +0000 (12:44 -0700)
commit17df33fe22c71e0b07567e3c3c35c678b08e8689
treeff520284391c36581769e1983d96002648a3d874
parentf9825601aa5e8f45a21ead5dd9b48e7f5119b3b0
perf stat: Disable metric thresholds for CSV and JSON metric-only mode

These modes don't use the threshold, so don't compute it saving time
and potentially reducing events.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Yicong Yang <yangyicong@hisilicon.com>
Cc: Weilin Wang <weilin.wang@intel.com>
Cc: Will Deacon <will@kernel.org>
Cc: James Clark <james.clark@linaro.org>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Leo Yan <leo.yan@linux.dev>
Cc: Sumanth Korikkar <sumanthk@linux.ibm.com>
Cc: Thomas Richter <tmricht@linux.ibm.com>
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Cc: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20241017175356.783793-8-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/builtin-stat.c