summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@arm.com>2025-11-12 18:24:27 +0000
committerNamhyung Kim <namhyung@kernel.org>2025-11-18 20:31:29 -0800
commit33e1fffea492b7158a168914dc0da6aedf78d08e (patch)
treee17f3790feeda86cdec36b996b4c1410b4ba7c4b /tools/lib/python
parentd8d8a0b3603a9a8fa207cf9e4f292e81dc5d1008 (diff)
perf arm_spe: Fix memset subclass in operation
The operation subclass is extracted from bits [7..1] of the payload. Since bit [0] is not parsed, there is no chance to match the memset type (0x25). As a result, the memset payload is never parsed successfully. Instead of extracting a unified bit field, change to extract the specific bits for each operation subclass. Fixes: 34fb60400e32 ("perf arm-spe: Add raw decoding for SPEv1.3 MTE and MOPS load/store") Signed-off-by: Leo Yan <leo.yan@arm.com> Reviewed-by: Ian Rogers <irogers@google.com> Reviewed-by: James Clark <james.clark@linaro.org> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions