Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf report: Update document for SIMD flags

Update SIMD architecture and predicate flags.

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>

authored by

Leo Yan and committed by
Namhyung Kim
54940f15 0f648fc2

+4 -1
+4 -1
tools/perf/Documentation/perf-report.txt
··· 136 136 - addr: (Full) virtual address of the sampled instruction 137 137 - retire_lat: On X86, this reports pipeline stall of this instruction compared 138 138 to the previous instruction in cycles. And currently supported only on X86 139 - - simd: Flags describing a SIMD operation. "e" for empty Arm SVE predicate. "p" for partial Arm SVE predicate 139 + - simd: Flags describing a SIMD operation. The architecture type can be Arm's 140 + ASE (Advanced SIMD extension), SVE, SME. It provides an extra tag for 141 + predicate: "e" for empty predicate, "p" for partial predicate, "d" for 142 + predicate disabled, and "f" for full predicate. 140 143 - type: Data type of sample memory access. 141 144 - typeoff: Offset in the data type of sample memory access. 142 145 - symoff: Offset in the symbol.