Searched defs:ftrace_ops (Results 1 – 2 of 2) sorted by relevance
200 struct ftrace_ops { struct202 struct ftrace_ops __rcu *next; argument207 struct ftrace_ops_hash local_hash; argument208 struct ftrace_ops_hash *func_hash; argument209 struct ftrace_ops_hash old_hash; argument216 extern struct ftrace_ops __rcu *ftrace_ops_list; argument
767 struct ftrace_ops ftrace_ops; member