]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
perf arm-spe: Rename the common data source encoding
authorLeo Yan <leo.yan@arm.com>
Thu, 3 Oct 2024 18:53:17 +0000 (19:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Oct 2025 14:23:06 +0000 (16:23 +0200)
commitb4d8cd590eaaa7b0c23b54172563cba97ecbacea
treedcb6feddf71767c4474ef46bddcd937e0db5f5db
parentd709eef7796f6ee50d87406842e3ff1c6d1f0402
perf arm-spe: Rename the common data source encoding

[ Upstream commit 50b8f1d5bf4ad7f09ef8012ccf5f94f741df827b ]

The Neoverse CPUs follow the common data source encoding, and other
CPU variants can share the same format.

Rename the CPU list and data source definitions as common data source
names. This change prepares for appending more CPU variants.

Signed-off-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Link: https://lore.kernel.org/r/20241003185322.192357-3-leo.yan@arm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Stable-dep-of: cb300e351505 ("perf arm_spe: Correct memory level for remote access")
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/perf/util/arm-spe-decoder/arm-spe-decoder.h
tools/perf/util/arm-spe.c