Searched defs:ftrace_ops (Results 1 – 2 of 2) 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
716 struct ftrace_ops ftrace_ops; member