1FUNCTION::USER_INT(3stap)String and data retrieving funFUNCTION::USER_INT(3stap)
23
4
NAME
6function::user_int - Retrieves an int value stored in user space
7
SYNOPSIS
9user_int:long(addr:long)
10
ARGUMENTS
12addr
13the user space address to retrieve the int from
14
DESCRIPTION
16Returns the int value from a given user space address. Returns zero
17when user space data is not accessible.
18
SEE ALSO
20tapset::uconversions(3stap)
2122
23
24
SystemTap Tapset Reference June 2018 FUNCTION::USER_INT(3stap)