이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::ustack
Name
function::ustack — Return address at given depth of user stack backtrace
Synopsis
ustack:long(n:long)
Arguments
n
- number of levels to descend in the stack.
Description
Performs a simple (user space) 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
ustack
is called, or in what order.