CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_pid_stack.5
blob7651e997efb6e8a0eef4e3567c6809e46f4e0457
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_pid_stack 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/pid/stack \- kernel stack
10 .SH DESCRIPTION
11 .TP
12 .IR /proc/ pid /stack " (since Linux 2.6.29)"
13 .\" 2ec220e27f5040aec1e88901c1b6ea3d135787ad
14 This file provides a symbolic trace of the function calls in this
15 process's kernel stack.
16 This file is provided only if the kernel was built with the
17 .B CONFIG_STACKTRACE
18 configuration option.
19 .IP
20 Permission to access this file is governed by a ptrace access mode
21 .B PTRACE_MODE_ATTACH_FSCREDS
22 check; see
23 .BR ptrace (2).
24 .SH SEE ALSO
25 .BR proc (5)