Home
last modified time | relevance | path

Searched refs:other_hash (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/kernel/trace/
Dftrace.c1665 struct ftrace_hash *other_hash; in __ftrace_hash_rec_update() local
1689 other_hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()
1695 other_hash = ops->func_hash->filter_hash; in __ftrace_hash_rec_update()
1717 if (!other_hash || !ftrace_lookup_ip(other_hash, rec->ip)) in __ftrace_hash_rec_update()
1721 in_other_hash = !!ftrace_lookup_ip(other_hash, rec->ip); in __ftrace_hash_rec_update()
1736 (in_other_hash || ftrace_hash_empty(other_hash))) in __ftrace_hash_rec_update()