function::modname.3stap

Langue: en

Autres versions - même langue

Version: August 2010 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

function::modname - Return the kernel module name loaded at the address.

SYNOPSIS

     modname:string(addr:long)
 

ARGUMENTS

addr

The address.

DESCRIPTION

Returns the module name associated with the given address if known. If not known it will return the string lq<unknown>rq. If the address was not in a kernel module, but in the kernel itself, then the string lqkernelrq will be returned.