mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
PA-RISC has perf-event support since commit610cb23bcc("parisc: Add initial kernel-side perf_event support"); and s390 has stackprotector support since commitf5730d44e0("s390: Add stackprotector support"). Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260219234040.3260616-1-mssola@mssola.com>
31 lines
858 B
Plaintext
31 lines
858 B
Plaintext
#
|
|
# Feature name: perf-stackdump
|
|
# Kconfig: HAVE_PERF_USER_STACK_DUMP
|
|
# description: arch supports perf events stack dumps
|
|
#
|
|
-----------------------
|
|
| arch |status|
|
|
-----------------------
|
|
| alpha: | TODO |
|
|
| arc: | TODO |
|
|
| arm: | ok |
|
|
| arm64: | ok |
|
|
| csky: | ok |
|
|
| hexagon: | TODO |
|
|
| loongarch: | ok |
|
|
| m68k: | TODO |
|
|
| microblaze: | TODO |
|
|
| mips: | ok |
|
|
| nios2: | TODO |
|
|
| openrisc: | TODO |
|
|
| parisc: | ok |
|
|
| powerpc: | ok |
|
|
| riscv: | ok |
|
|
| s390: | ok |
|
|
| sh: | TODO |
|
|
| sparc: | TODO |
|
|
| um: | TODO |
|
|
| x86: | ok |
|
|
| xtensa: | TODO |
|
|
-----------------------
|