Searched defs:ftrace_ops (Results 1 – 2 of 2) sorted by relevance
428 struct ftrace_ops { struct430 struct ftrace_ops __rcu *next; argument435 struct ftrace_ops_hash local_hash; argument436 struct ftrace_ops_hash *func_hash; argument437 struct ftrace_ops_hash old_hash; argument442 ftrace_ops_func_t ops_func; argument443 struct ftrace_ops *managed; argument450 extern struct ftrace_ops __rcu *ftrace_ops_list; argument
912 struct ftrace_ops ftrace_ops; member