Searched refs:notrace_hash (Results 1 – 3 of 3) sorted by relevance
1035 .local_hash.notrace_hash = EMPTY_HASH,1255 free_ftrace_hash(ops->func_hash->notrace_hash); in ftrace_free_filter()1455 (ftrace_hash_empty(hash->notrace_hash) || in hash_contains_ip()1456 !__ftrace_lookup_ip(hash->notrace_hash, ip)); in hash_contains_ip()1488 rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash); in ftrace_ops_test()1689 other_hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()1694 hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()2867 ops->old_hash.notrace_hash = old_hash->notrace_hash; in ftrace_run_modify_code()2870 ops->old_hash.notrace_hash = NULL; in ftrace_run_modify_code()3044 ops->old_hash.notrace_hash = ops->func_hash->notrace_hash; in ftrace_shutdown()[all …]
918 struct ftrace_hash *notrace_hash; in ftrace_graph_notrace_addr() local928 notrace_hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in ftrace_graph_notrace_addr()931 if (ftrace_lookup_ip(notrace_hash, addr)) in ftrace_graph_notrace_addr()
251 struct ftrace_hash __rcu *notrace_hash; member