Searched refs:__ftrace_lookup_ip (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace.c1139 __ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) function
1171 return __ftrace_lookup_ip(hash, ip);
1489 __ftrace_lookup_ip(hash->filter_hash, ip)) &&
1491 !__ftrace_lookup_ip(hash->notrace_hash, ip));
2551 entry = __ftrace_lookup_ip(direct_functions, ip);
5360 del = __ftrace_lookup_ip(direct_functions, entry->ip);
5551 entry = __ftrace_lookup_ip(direct_functions, iter->ip);
6663 !__ftrace_lookup_ip(ops->func_hash->filter_hash, ip))
6716 entry = __ftrace_lookup_ip(hash, rec->ip);

Completed in 235 milliseconds