Home
last modified time | relevance | path

Searched refs:ftrace_graph_notrace_hash (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.h997 extern struct ftrace_hash __rcu *ftrace_graph_notrace_hash;
1066 notrace_hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in ftrace_graph_notrace_addr()
H A Dftrace.c5593 ftrace_graph_notrace_hash = hash; in set_ftrace_early_graph()
5718 struct ftrace_hash __rcu *ftrace_graph_notrace_hash = EMPTY_HASH; variable
5785 fgd->hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in g_start()
5931 fgd->hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in ftrace_graph_notrace_open()
5986 old_hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in ftrace_graph_release()
5988 rcu_assign_pointer(ftrace_graph_notrace_hash, new_hash); in ftrace_graph_release()