1FUNCTION::USER_LONG_(3staSpt)ring and data retrieving fFuUnNCTION::USER_LONG_(3stap)
2
3
4
6 function::user_long_warn - Retrieves a long value stored in user space
7
9 user_long_warn:long(addr:long)
10
12 addr
13 the user space address to retrieve the long from
14
16 Returns the long value from a given user space address. Returns zero
17 when user space data is not accessible and warns about the failure (but
18 does not error). Note that the size of the long depends on the
19 architecture of the current user space task (for those architectures
20 that support both 64/32 bit compat tasks).
21
23 tapset::uconversions(3stap)
24
25
26
27SystemTap Tapset Reference June 2018 FUNCTION::USER_LONG_(3stap)