Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c1642 struct ftrace_hash *other_hash; in __ftrace_hash_rec_update() local
1666 other_hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()
1672 other_hash = ops->func_hash->filter_hash; in __ftrace_hash_rec_update()
1694 if (!other_hash || !ftrace_lookup_ip(other_hash, rec->ip)) in __ftrace_hash_rec_update()
1698 in_other_hash = !!ftrace_lookup_ip(other_hash, rec->ip); in __ftrace_hash_rec_update()
1713 (in_other_hash || ftrace_hash_empty(other_hash))) in __ftrace_hash_rec_update()