Man Page: function::uaddr
Operating Environment: centos
Section: 3stap
FUNCTION::UADDR(3stap) Context Functions FUNCTION::UADDR(3stap)NAMEfunction::uaddr - User space address of current running taskSYNOPSISuaddr:long()ARGUMENTSNoneDESCRIPTIONReturns 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 June 2014 FUNCTION::UADDR(3stap)
| Related Man Pages |
|---|
| function::ansi_set_color3(3stap) - centos |
| tapset::memory(3stap) - centos |
| tapset::scheduler(3stap) - centos |
| tapset::signal(3stap) - centos |
| tapset::kprocess(3stap) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |