Lines Matching refs:notrace_hash
1159 .local_hash.notrace_hash = EMPTY_HASH,
1343 free_ftrace_hash(ops->func_hash->notrace_hash); in ftrace_free_filter()
1495 (ftrace_hash_empty(hash->notrace_hash) || in hash_contains_ip()
1496 !ftrace_lookup_ip(hash->notrace_hash, ip)); in hash_contains_ip()
1528 hash.notrace_hash = rcu_dereference_raw_notrace(ops->func_hash->notrace_hash); in ftrace_ops_test()
1670 other_hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()
1675 hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()
2555 ops->old_hash.notrace_hash = old_hash->notrace_hash; in ftrace_run_modify_code()
2558 ops->old_hash.notrace_hash = NULL; in ftrace_run_modify_code()
2689 ops->old_hash.notrace_hash = ops->func_hash->notrace_hash; in ftrace_shutdown()
2709 ops->old_hash.notrace_hash = NULL; in ftrace_shutdown()
2784 ftrace_hash_empty(ops->func_hash->notrace_hash); in ops_traces_mod()
2811 if (ftrace_lookup_ip(ops->func_hash->notrace_hash, rec->ip)) in ops_references_rec()
3135 !ftrace_lookup_ip(ops->func_hash->notrace_hash, rec->ip)) || in t_next()
3186 ftrace_hash_empty(ops->func_hash->notrace_hash))) { in t_start()
3367 hash = ops->func_hash->notrace_hash; in ftrace_regex_open()
3736 old_hash_ops.notrace_hash = NULL; in register_ftrace_function_probe()
4134 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
4159 old_hash_ops.notrace_hash = ops->func_hash->notrace_hash; in ftrace_set_hash()
4404 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
4409 old_hash_ops.notrace_hash = iter->ops->func_hash->notrace_hash; in ftrace_regex_release()