Searched defs:ftrace_ops (Results 1 – 2 of 2) sorted by relevance
159 struct ftrace_ops { struct161 struct ftrace_ops *next; argument168 struct ftrace_ops_hash local_hash; argument169 struct ftrace_ops_hash *func_hash; argument170 struct ftrace_ops_hash old_hash; argument188 * The ftrace_ops must be a static and should also argument
576 struct ftrace_ops ftrace_ops; member