1FUNCTION::USYMFILE(3stap) Context Functions FUNCTION::USYMFILE(3stap)
2
3
4
6 function::usymfile - Return the file name of a given address.
7
9 usymfile:string(addr:long)
10
12 addr
13 The address to translate.
14
16 Returns the file name of the given address, if known. If the file name
17 cannot be found, the hex string representation of the address will be
18 returned.
19
21 tapset::context-symbols(3stap)
22
24 tapset::ucontext-symbols(3stap)
25
26
27
28SystemTap Tapset Reference October 2018 FUNCTION::USYMFILE(3stap)