1FUNCTION::UADDR(3stap) Context Functions FUNCTION::UADDR(3stap)
2
3
4
6 function::uaddr - User space address of current running task
7
9 uaddr:long()
10
12 None
13
15 Returns the address in userspace that the current task was at when the
16 probe occurred. When the current running task isnĀ“t a user space
17 thread, or the address cannot be found, zero is returned. Can be used
18 to see where the current task is combined with usymname or usymdata.
19 Often the task will be in the VDSO where it entered the kernel.
20
22 tapset::context(3stap)
23
24
25
26SystemTap Tapset Reference June 2018 FUNCTION::UADDR(3stap)