within_module
if (within_module(val, me)) {
if (within_module(val + addend, me)) {
return within_module((unsigned long)info->filename, mod);
return within_module((unsigned long)info, mod);
if (within_module((unsigned long)key, mod)) {
if (within_module((unsigned long)key, mod))
if (within_module(addr, mod))
if (within_module(addr, mod)) {
BUG_ON(!within_module(addr, mod));
if (!within_module(node->addr, mod))
if (within_module(rec->ip, mod)) {
if (!within_module(rec->ip, mod))
return within_module(tracepoint_user_ip(tuser), mod);