1FUNCTION::UMODNAME(3stap) Context Functions FUNCTION::UMODNAME(3stap)
2
3
4
6 function::umodname - Returns the (short) name of the user module.
7
9 umodname:string(addr:long)
10
12 addr
13 User-space address
14
16 Returns the short name of the user space module for the current task
17 that that the given address is part of. Reports an error when the
18 address isn't in a (mapped in) module, or the module cannot be found
19 for some reason.
20
22 tapset::ucontext(3stap)
23
24
25
26SystemTap Tapset Reference May 2019 FUNCTION::UMODNAME(3stap)