Searched refs:FTRACE_OPS_FL_PERMANENT (Results 1 – 5 of 5) sorted by relevance
192 FTRACE_OPS_FL_PERMANENT; in klp_patch_func()
349 FTRACE_OPS_FL_PERMANENT = BIT(16), enumerator
219 FTRACE_OPS_FL_PERMANENT
3271 cannot be disabled if there is a callback with FTRACE_OPS_FL_PERMANENT set
352 if (!ftrace_enabled && (ops->flags & FTRACE_OPS_FL_PERMANENT)) in __register_ftrace_function()8735 if (op->flags & FTRACE_OPS_FL_PERMANENT) in is_permanent_ops_registered()