Searched refs:notrace_hash (Results 1 – 3 of 3) sorted by relevance
1036 .local_hash.notrace_hash = EMPTY_HASH,1455 (ftrace_hash_empty(hash->notrace_hash) || in hash_contains_ip()1488 rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash); in ftrace_ops_test()1665 hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()2814 ops->old_hash.notrace_hash = old_hash->notrace_hash; in ftrace_run_modify_code()2817 ops->old_hash.notrace_hash = NULL; in ftrace_run_modify_code()2991 ops->old_hash.notrace_hash = ops->func_hash->notrace_hash; in ftrace_shutdown()3012 ops->old_hash.notrace_hash = NULL; in ftrace_shutdown()3816 hash = ops->func_hash->notrace_hash; in ftrace_regex_open()4134 old_hash_ops.notrace_hash = ops->func_hash->notrace_hash; in ftrace_hash_move_and_update_ops()[all …]
915 struct ftrace_hash *notrace_hash; in ftrace_graph_notrace_addr() local925 notrace_hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in ftrace_graph_notrace_addr()928 if (ftrace_lookup_ip(notrace_hash, addr)) in ftrace_graph_notrace_addr()
210 struct ftrace_hash __rcu *notrace_hash; member
Completed in 30 milliseconds