finding out module name from an address ?

Rajeev Bector (rajeev_bector@yahoo.com)
Thu, 2 Aug 2001 13:39:12 -0700


Hi,
I am trying to write a patched kmalloc() which
will track the caller function using
__builtin_return_address(0). From that address,
is there a clean way to figure out if the address
belongs to a loadable module and if yes, get
to the module structure of that module so
that I can log on the basis of module->name

Thanks
Rajeev

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/