Home
last modified time | relevance | path

Searched refs:notrace_hash (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/kernel/trace/
Dftrace.c1066 .local_hash.notrace_hash = EMPTY_HASH,
1290 free_ftrace_hash(ops->func_hash->notrace_hash); in ftrace_free_filter()
1491 (ftrace_hash_empty(hash->notrace_hash) || in hash_contains_ip()
1492 !__ftrace_lookup_ip(hash->notrace_hash, ip)); in hash_contains_ip()
1524 rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash); in ftrace_ops_test()
1726 other_hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()
1731 hash = ops->func_hash->notrace_hash; in __ftrace_hash_rec_update()
2967 ops->old_hash.notrace_hash = old_hash->notrace_hash; in ftrace_run_modify_code()
2970 ops->old_hash.notrace_hash = NULL; in ftrace_run_modify_code()
3144 ops->old_hash.notrace_hash = ops->func_hash->notrace_hash; in ftrace_shutdown()
[all …]
Dtrace.h948 struct ftrace_hash *notrace_hash; in ftrace_graph_notrace_addr() local
958 notrace_hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in ftrace_graph_notrace_addr()
961 if (ftrace_lookup_ip(notrace_hash, addr)) in ftrace_graph_notrace_addr()
/Linux-v6.6/include/linux/
Dftrace.h299 struct ftrace_hash __rcu *notrace_hash; member