Searched refs:FTRACE_OPS_FL_DYNAMIC (Results 1 – 3 of 3) sorted by relevance
202 ops->fops.flags = FTRACE_OPS_FL_DYNAMIC | in klp_patch_func()
188 FTRACE_OPS_FL_DYNAMIC = BIT(1), enumerator
167 if (ops->flags & (FTRACE_OPS_FL_DYNAMIC | FTRACE_OPS_FL_RCU) || in ftrace_ops_get_list_func()322 ops->flags |= FTRACE_OPS_FL_DYNAMIC; in __register_ftrace_function()2922 if (ops->flags & FTRACE_OPS_FL_DYNAMIC) in ftrace_startup()2976 if (ops->flags & FTRACE_OPS_FL_DYNAMIC) in ftrace_shutdown()3023 if (ops->flags & FTRACE_OPS_FL_DYNAMIC) { in ftrace_shutdown()
Completed in 23 milliseconds