1FUNCTION::USYMDATA(3stap) Context Functions FUNCTION::USYMDATA(3stap)
2
3
4
6 function::usymdata - Return the symbol and module offset of an address.
7
9 usymdata:string(addr:long)
10
12 addr
13 The address to translate.
14
16 Returns the (function) symbol name associated with the given address in
17 the current task if known, the offset from the start and the size of
18 the symbol, plus the module name (between brackets). If symbol is
19 unknown, but module is known, the offset inside the module, plus the
20 size of the module is added. If any element is not known it will be
21 omitted and if the symbol name is unknown it will return the hex string
22 for the given address.
23
25 tapset::ucontext-symbols(3stap)
26
27
28
29SystemTap Tapset Reference November 2020 FUNCTION::USYMDATA(3stap)