table of contents
other versions
- Tumbleweed 6.14-1.1
- Leap-16.0
proc_pid_stack(5) | File Formats Manual | proc_pid_stack(5) |
NAME¶
/proc/pid/stack - kernel stack
DESCRIPTION¶
- /proc/pid/stack (since Linux 2.6.29)
- This file provides a symbolic trace of the function calls in this process's kernel stack. This file is provided only if the kernel was built with the CONFIG_STACKTRACE configuration option.
- Permission to access this file is governed by a ptrace access mode PTRACE_MODE_ATTACH_FSCREDS check; see ptrace(2).
SEE ALSO¶
2025-05-06 | Linux man-pages (unreleased) |