perf kvm powerpc: Fix build
authorIan Rogers <irogers@google.com>
Tue, 6 Feb 2024 23:59:02 +0000 (15:59 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 7 Feb 2024 16:55:11 +0000 (08:55 -0800)
commit8ce5fa4d68d372b663963c79123f926af9acb16d
tree579581b195a094d091a7c2943970957637c365d9
parente024fa6a5566da09365453b778e758a44e0dd5ff
perf kvm powerpc: Fix build

Updates to struct parse_events_error needed to be carried through to
PowerPC specific event parsing.

Fixes: fd7b8e8fb20f ("perf parse-events: Print all errors")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Namhyung <namhyung@kernel.org>
Cc: James Clark <james.clark@arm.com>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240206235902.2917395-1-irogers@google.com
tools/perf/arch/powerpc/util/kvm-stat.c