Man Page: function::stack
Operating Environment: centos
Section: 3stap
FUNCTION::STACK(3stap) Context Functions FUNCTION::STACK(3stap)NAMEfunction::stack - Return address at given depth of kernel stack backtraceSYNOPSISstack:long(n:long)ARGUMENTSn number of levels to descend in the stack.DESCRIPTIONPerforms 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(3) - mojave |
| stack_align(9) - netbsd |
| stack_shrink(9) - netbsd |
| backtrace(3) - osx |
| function::ansi_set_color2(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Best performance UNIX just for HOST Virtualization? |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |
| [TIP] Processing YAML files with yq |