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