Searched defs:ftrace_ops (Results 1 – 4 of 4) sorted by relevance
191 struct ftrace_ops { struct193 struct ftrace_ops __rcu *next; argument198 struct ftrace_ops_hash local_hash; argument199 struct ftrace_ops_hash *func_hash; argument200 struct ftrace_ops_hash old_hash; argument218 * The ftrace_ops must be a static and should also argument
699 struct ftrace_ops ftrace_ops; member
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
771 struct ftrace_ops ftrace_ops; member