Searched refs:ftrace_lookup_ip (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/trace/ |
D | ftrace.c | 1176 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip() function 1706 if (!other_hash || !ftrace_lookup_ip(other_hash, rec->ip)) in __ftrace_hash_rec_update() 1709 in_hash = !!ftrace_lookup_ip(hash, rec->ip); in __ftrace_hash_rec_update() 1710 in_other_hash = !!ftrace_lookup_ip(other_hash, rec->ip); in __ftrace_hash_rec_update() 1890 in_old = !!ftrace_lookup_ip(old_hash, rec->ip); in __ftrace_hash_update_ipmodify() 1891 in_new = !!ftrace_lookup_ip(new_hash, rec->ip); in __ftrace_hash_update_ipmodify() 1918 in_old = !!ftrace_lookup_ip(old_hash, rec->ip); in __ftrace_hash_update_ipmodify() 1919 in_new = !!ftrace_lookup_ip(new_hash, rec->ip); in __ftrace_hash_update_ipmodify() 2912 if (ftrace_lookup_ip(ops->func_hash->notrace_hash, rec->ip)) in ops_references_rec() 3299 !ftrace_lookup_ip(iter->hash, rec->ip)) || in t_func_next() [all …]
|
D | trace.h | 801 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip); 857 if (ftrace_lookup_ip(ftrace_graph_hash, addr)) { in ftrace_graph_addr() 881 if (ftrace_lookup_ip(ftrace_graph_notrace_hash, addr)) in ftrace_graph_notrace_addr()
|