debian man page for function::uaddr

Query: function::uaddr

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

function::uaddr

FUNCTION:(3stap)						 Context Functions						  FUNCTION:(3stap)

NAME
function::uaddr - User space address of current running task (EXPERIMENTAL)
SYNOPSIS
uaddr:long()
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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
function::ansi_set_color3(3) - debian
tapset::kprocess(3stap) - centos
tapset::memory(3stap) - centos
tapset::nfs_proc(3stap) - centos
tapset::signal(3stap) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file