]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf arm-spe: Define metadata header version 2
authorLeo Yan <leo.yan@arm.com>
Thu, 3 Oct 2024 18:42:58 +0000 (19:42 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 3 Oct 2024 22:23:09 +0000 (15:23 -0700)
commit0ca2c45404eed3b6bb80d3169bf672b09cf3a70d
treeae3078f44da7d6c7a5b447915f65f70361afafd2
parentf7ef062fe154a4249663ba87d8ffab47519033cf
perf arm-spe: Define metadata header version 2

The first version's metadata header structure doesn't include a field to
indicate a header version, which is not friendly for extension.

Define the metadata version 2 format with a new header structure and
extend per CPU's metadata. In the meantime, the old metadata header will
still be supported for backward compatibility.

Signed-off-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Cc: Will Deacon <will@kernel.org>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Besar Wicaksono <bwicaksono@nvidia.com>
Cc: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20241003184302.190806-2-leo.yan@arm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/arch/arm64/util/arm-spe.c
tools/perf/util/arm-spe.c
tools/perf/util/arm-spe.h