1FUNCTION::USYMFILELI(3stap) Context Functions FUNCTION::USYMFILELI(3stap)
2
3
4
6 function::usymfileline - Return the file name and line number of an
7 address.
8
10 usymfileline:string(addr:long)
11
13 addr
14 The address to translate.
15
17 Returns the file name and the (approximate) line number of the given
18 address, if known. If the file name or the line number cannot be found,
19 the hex string representation of the address will be returned.
20
22 tapset::ucontext-symbols(3stap)
23
24
25
26SystemTap Tapset Reference May 2019 FUNCTION::USYMFILELI(3stap)