function::stack(3stap) centos man page | unix.com

Man Page: function::stack

Operating Environment: centos

Section: 3stap

FUNCTION::STACK(3stap)						 Context Functions					    FUNCTION::STACK(3stap)

NAME
function::stack - Return address at given depth of kernel stack backtrace
SYNOPSIS
stack:long(n:long)
ARGUMENTS
n number of levels to descend in the stack.
DESCRIPTION
Performs a simple (kernel) backtrace, and returns the element at the specified position. The results of the backtrace itself are cached, so that the backtrace computation is performed at most once no matter how many times stack is called, or in what order. SystemTap Tapset Reference June 2014 FUNCTION::STACK(3stap)
Related Man Pages
backtrace_symbols_fd(3) - mojave
stack(9) - netbsd
stack_alloc(9) - netbsd
backtrace(3) - osx
backtrace_symbols(3) - osx
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq