Lines Matching refs:notrace_hash
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()
2699 ops->old_hash.notrace_hash = NULL; in ftrace_shutdown()
2774 ftrace_hash_empty(ops->func_hash->notrace_hash); in ops_traces_mod()
2801 if (ftrace_lookup_ip(ops->func_hash->notrace_hash, rec->ip)) in ops_references_rec()
3125 !ftrace_lookup_ip(ops->func_hash->notrace_hash, rec->ip)) || in t_next()
3176 ftrace_hash_empty(ops->func_hash->notrace_hash))) { in t_start()
3357 hash = ops->func_hash->notrace_hash; in ftrace_regex_open()
3719 old_hash_ops.notrace_hash = NULL; in register_ftrace_function_probe()
4117 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
4142 old_hash_ops.notrace_hash = ops->func_hash->notrace_hash; in ftrace_set_hash()
4387 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
4392 old_hash_ops.notrace_hash = iter->ops->func_hash->notrace_hash; in ftrace_regex_release()