Man Page: function::umodname
Operating Environment: debian
Section: 3
function::umodname FUNCTION:(3stap) Context Functions FUNCTION:(3stap)NAMEfunction::umodname - Returns the (short) name of the user module. EXPERIMENTAL!SYNOPSISumodname:string(addr:long)ARGUMENTSaddr User-space addressDESCRIPTIONReturns the short name of the user space module for the current task that that the given address is part of. Returns "<unknown>" when the address isn't in a (mapped in) module, or the module cannot be found for some reason. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
| Related Man Pages |
|---|
| function::ansi_set_color3(3stap) - centos |
| tapset::memory(3stap) - centos |
| tapset::signal(3stap) - centos |
| tapset::stap_staticmarkers(3stap) - centos |
| tapset::task(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |