1FUNCTION::SYMFILE(3stap) Context Functions FUNCTION::SYMFILE(3stap)
23
4
NAME
6function::symfile - Return the file name of a given address.
7
SYNOPSIS
9symfile:string(addr:long)
10
ARGUMENTS
12addr
13The address to translate.
14
DESCRIPTION
16Returns the file name of the given address, if known. If the file name
17cannot be found, the hex string representation of the address will be
18returned.
1920
21
22
SystemTap Tapset Reference May 2021 FUNCTION::SYMFILE(3stap)