Man Page: function::usymname
Operating Environment: debian
Section: 3
function::usymname FUNCTION:(3stap) Context Functions FUNCTION:(3stap)NAMEfunction::usymname - Return the symbol of an address in the current task. EXPERIMENTAL!SYNOPSISusymname:string(addr:long)ARGUMENTSaddr The address to translate.DESCRIPTIONReturns the (function) symbol name associated with the given address if known. If not known it will return the hex string representation of addr. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)