]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf sort: Sort disabled and full predicated flags
authorLeo Yan <leo.yan@arm.com>
Fri, 10 Apr 2026 07:36:59 +0000 (08:36 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 10 Apr 2026 16:52:06 +0000 (09:52 -0700)
commit0f648fc245c316d799f853d7ab97f2bfef68d7dd
tree6717a33146f7a9c822cee3e9dd8c8344e4e59860
parentfaaf70f938236b94b150320e452fe2d577936a42
perf sort: Sort disabled and full predicated flags

According to the Arm ARM (ARM DDI 0487, L.a), section D18.2.6
"Events packet", apart from the empty predicate and partial
predicates, an SVE or SME operation can be predicate-disabled
or full predicated.

To provide complete results, introduce two predicate types for
these cases.

Reviewed-by: James Clark <james.clark@linaro.org>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/sample.h
tools/perf/util/sort.c