Searched refs:notrace_hash (Results 1 – 2 of 2) sorted by relevance
1149 .local_hash.notrace_hash = EMPTY_HASH,1333 free_ftrace_hash(ops->func_hash->notrace_hash); in ftrace_free_filter()1485 (ftrace_hash_empty(hash->notrace_hash) || in hash_contains_ip()1486 !ftrace_lookup_ip(hash->notrace_hash, ip)); in hash_contains_ip()1518 hash.notrace_hash = rcu_dereference_raw_notrace(ops->func_hash->notrace_hash); in ftrace_ops_test()1660 other_hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()1665 hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()2545 ops->old_hash.notrace_hash = old_hash->notrace_hash; in ftrace_run_modify_code()2548 ops->old_hash.notrace_hash = NULL; in ftrace_run_modify_code()2679 ops->old_hash.notrace_hash = ops->func_hash->notrace_hash; in ftrace_shutdown()[all …]
142 struct ftrace_hash *notrace_hash; member