Searched defs:ftrace_ops (Results 1 – 2 of 2) sorted by relevance
225 struct ftrace_ops { struct227 struct ftrace_ops __rcu *next; argument232 struct ftrace_ops_hash local_hash; argument233 struct ftrace_ops_hash *func_hash; argument234 struct ftrace_ops_hash old_hash; argument241 extern struct ftrace_ops __rcu *ftrace_ops_list; argument
774 struct ftrace_ops ftrace_ops; member