]> git.ipfire.org Git - thirdparty/linux.git/commit
perf mem: Simplify Arm SPE event config
authorLeo Yan <leo.yan@arm.com>
Fri, 12 Dec 2025 17:24:59 +0000 (17:24 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 20 Jan 2026 20:31:05 +0000 (17:31 -0300)
commite524dda49340cb973c95fdfd6aa700eeb67aa128
tree1bf3d6a53e7bc66812064aeb8ee017aa7da4ee4b
parenta58807adbed5f532efb231e5490767f284f237c0
perf mem: Simplify Arm SPE event config

Since configuration fields default to zero, the zero assignments are
redundant, remove them.

Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Al Grant <al.grant@arm.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/arm64/util/mem-events.c