]> git.ipfire.org Git - thirdparty/linux.git/commit
perf test attr: Add back missing topdown events
authorVeronika Molnarova <vmolnaro@redhat.com>
Mon, 11 Mar 2024 08:16:11 +0000 (09:16 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 3 Oct 2024 22:50:12 +0000 (15:50 -0700)
commit6bff76af9635411214ca44ea38fc2781e78064b6
tree2b2e8a774104c2e5b042e52f65d5b24cfc9ec9d5
parente52abceb4b6c2723c7e49388e67a32ffb47bd90c
perf test attr: Add back missing topdown events

With the patch 0b6c5371c03c "Add missing topdown metrics events" eight
topdown metric events with numbers ranging from 0x8000 to 0x8700 were
added to the test since they were added as 'perf stat' default events.
Later the patch 951efb9976ce "Update no event/metric expectations" kept
only 4 of those events(0x8000-0x8300).

Currently, the topdown events with numbers 0x8400 to 0x8700 are missing
from the list of expected events resulting in a failure. Add back the
missing topdown events.

Fixes: 951efb9976ce ("perf test attr: Update no event/metric expectations")
Signed-off-by: Veronika Molnarova <vmolnaro@redhat.com>
Tested-by: Ian Rogers <irogers@google.com>
Cc: mpetlan@redhat.com
Link: https://lore.kernel.org/r/20240311081611.7835-1-vmolnaro@redhat.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/attr/test-stat-default
tools/perf/tests/attr/test-stat-detailed-1
tools/perf/tests/attr/test-stat-detailed-2
tools/perf/tests/attr/test-stat-detailed-3