1FUNCTION::USYMNAME(3stap) Context Functions FUNCTION::USYMNAME(3stap)
23
4
NAME
6function::usymname - Return the symbol of an address in the current
7task.
8
SYNOPSIS
10usymname:string(addr:long)
11
ARGUMENTS
13addr
14The address to translate.
15
DESCRIPTION
17Returns the (function) symbol name associated with the given address if
18known. If not known it will return the hex string representation of
19addr.
20
SEE ALSO
22tapset::ucontext-symbols(3stap)
2324
25
26
SystemTap Tapset Reference October 2018 FUNCTION::USYMNAME(3stap)