1FUNCTION::USER_CHAR(3stapS)tring and data retrieving fuFnUNCTION::USER_CHAR(3stap)
23
4
NAME
6function::user_char - Retrieves a char value stored in user space
7
SYNOPSIS
9user_char:long(addr:long)
10
ARGUMENTS
12addr
13the user space address to retrieve the char from
14
DESCRIPTION
16Returns the char 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 May 2021 FUNCTION::USER_CHAR(3stap)