logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::stack - Return address at given depth of kernel stack backtrace

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.

Name

       function::stack - Return address at given depth of kernel stack backtrace

See Also

tapset::context-symbols(3stap)

SystemTap Tapset Reference                         April 2024                             FUNCTION::STACK(3stap)

Synopsis

           stack:long(n:long)

See Also