1FUNCTION::SYMNAME(3stap) Context Functions FUNCTION::SYMNAME(3stap)
23
4
NAME
6function::symname - Return the kernel symbol associated with the given
7address
8
SYNOPSIS
10symname: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.
2021
22
23
SystemTap Tapset Reference August 2011 FUNCTION::SYMNAME(3stap)