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::uaddr - User space address of current running task

Arguments

       None

Description

       Returns the address in userspace that the current task was at when the probe occurred. When the current
       running task isn't a user space thread, or the address cannot be found, zero is returned. Can be used to
       see where the current task is combined with usymname or usymdata. Often the task will be in the VDSO
       where it entered the kernel.

Name

       function::uaddr - User space address of current running task

See Also

tapset::context(3stap)

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

Synopsis

           uaddr:long()

See Also