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