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::task_backtrace - Hex backtrace of an arbitrary task

Arguments

task
           pointer to task_struct

Description

       This function returns a string of hex addresses that are a backtrace of the stack of a particular task
       Output may be truncated as per maximum string length. Deprecated in SystemTap 1.6.

Name

       function::task_backtrace - Hex backtrace of an arbitrary task

See Also

tapset::context-unwind(3stap)

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

Synopsis

           task_backtrace:string(task:long)

See Also