Man Page: function::ustack
Operating Environment: centos
Section: 3stap
FUNCTION::USTACK(3stap) Context Functions FUNCTION::USTACK(3stap)NAMEfunction::ustack - Return address at given depth of user stack backtraceSYNOPSISustack:long(n:long)ARGUMENTSn number of levels to descend in the stack.DESCRIPTIONPerforms 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. SystemTap Tapset Reference June 2014 FUNCTION::USTACK(3stap)