perf test parse-metric: Ensure aggregate counts appear to have run
authorIan Rogers <irogers@google.com>
Sun, 8 Feb 2026 05:54:55 +0000 (21:54 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 8 Feb 2026 14:30:01 +0000 (11:30 -0300)
commitff9aeb6bd14dbc70651971c81e81fa8269c3101a
treeef5f8d0e1cfb99a1f9fac0391bfec80c60530984
parentc60ee958d625998422ff833ec0de0dcafc1165fa
perf test parse-metric: Ensure aggregate counts appear to have run

Commit bb5a920b90991279 ("perf stat: Ensure metrics are displayed even
with failed events") with failed events") made it so that counters which
weren't enabled in the kernel were handled as NaN in metrics.

This caused the "Parse and process metrics" test to start failing as it
wasn't putting a non-zero value in these variables.

Add arbitrary values of 1 to fix the test.

Fixes: bb5a920b90991279 ("perf stat: Ensure metrics are displayed even with failed events")
Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Chun-Tse Shao <ctshao@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/parse-metric.c