1FUNCTION::USYMDATA(3stap)      Context Functions     FUNCTION::USYMDATA(3stap)
2
3
4

NAME

6       function::usymdata - Return the symbol and module offset of an address.
7       EXPERIMENTAL!
8

SYNOPSIS

10           usymdata:string(addr:long)
11

ARGUMENTS

13       addr
14           The address to translate.
15

DESCRIPTION

17       Returns the (function) symbol name associated with the given address in
18       the current task if known, the offset from the start and the size of
19       the symbol, plus the module name (between brackets). If symbol is
20       unknown, but module is known, the offset inside the module, plus the
21       size of the module is added. If any element is not known it will be
22       omitted and if the symbol name is unknown it will return the hex string
23       for the given address.
24
25
26
27SystemTap Tapset Reference        August 2011        FUNCTION::USYMDATA(3stap)
Impressum