Searched defs:ftrace_ops (Results 1 – 2 of 2) sorted by relevance
326 struct ftrace_ops { struct328 struct ftrace_ops __rcu *next; argument333 struct ftrace_ops_hash local_hash; argument334 struct ftrace_ops_hash *func_hash; argument335 struct ftrace_ops_hash old_hash; argument340 ftrace_ops_func_t ops_func; argument341 struct ftrace_ops *managed; argument348 extern struct ftrace_ops __rcu *ftrace_ops_list; argument
844 struct ftrace_ops ftrace_ops; member