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

/linux-master/kernel/trace/
H A Dftrace.c1156 * ftrace_lookup_ip - Test to see if an ip exists in an ftrace_hash
1166 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) function
1754 if (!other_hash || !ftrace_lookup_ip(other_hash, rec->ip))
1757 in_hash = !!ftrace_lookup_ip(hash, rec->ip);
1758 in_other_hash = !!ftrace_lookup_ip(other_hash, rec->ip);
1980 in_old = !!ftrace_lookup_ip(old_hash, rec->ip);
1981 in_new = !!ftrace_lookup_ip(new_hash, rec->ip);
2028 in_old = !!ftrace_lookup_ip(old_hash, rec->ip);
2029 in_new = !!ftrace_lookup_ip(new_hash, rec->ip);
3579 !ftrace_lookup_ip(ite
[all...]
H A Dtrace.h846 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip);
920 if (ftrace_lookup_ip(hash, addr)) {
969 if (ftrace_lookup_ip(notrace_hash, addr))

Completed in 101 milliseconds