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

NAME

6       function::symdata - Return the kernel symbol and module offset for the
7       address
8

SYNOPSIS

10           symdata: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 if
18       known, the offset from the start and size of the symbol, plus module
19       name (between brackets). If symbol is unknown, but module is known, the
20       offset inside the module, plus the size of the module is added. If any
21       element is not known it will be omitted and if the symbol name is
22       unknown it will return the hex string for the given address.
23

SEE ALSO

25       tapset::context-symbols(3stap)
26
27
28
29SystemTap Tapset Reference         May 2022           FUNCTION::SYMDATA(3stap)
Impressum