Searched refs:notrace_hash (Results 1 – 3 of 3) sorted by relevance
1068 .local_hash.notrace_hash = EMPTY_HASH,1295 free_ftrace_hash(ops->func_hash->notrace_hash); in ftrace_free_filter()1297 ops->func_hash->notrace_hash = EMPTY_HASH; in ftrace_free_filter()1519 (ftrace_hash_empty(hash->notrace_hash) || in hash_contains_ip()1520 !__ftrace_lookup_ip(hash->notrace_hash, ip)); in hash_contains_ip()1552 rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash); in ftrace_ops_test()1738 struct ftrace_hash *notrace_hash; in __ftrace_hash_rec_update() local1754 notrace_hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()1771 if (!notrace_hash || !ftrace_lookup_ip(notrace_hash, rec->ip)) in __ftrace_hash_rec_update()1775 in_notrace_hash = !!ftrace_lookup_ip(notrace_hash, rec->ip); in __ftrace_hash_rec_update()[all …]
1078 struct ftrace_hash *notrace_hash; in ftrace_graph_notrace_addr() local1088 notrace_hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in ftrace_graph_notrace_addr()1091 if (ftrace_lookup_ip(notrace_hash, addr)) in ftrace_graph_notrace_addr()
402 struct ftrace_hash __rcu *notrace_hash; member