Home
last modified time | relevance | path

Searched refs:FTRACE_OPS_FL_PERMANENT (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/kernel/livepatch/
Dpatch.c200 FTRACE_OPS_FL_PERMANENT; in klp_patch_func()
/Linux-v5.10/include/linux/
Dftrace.h170 FTRACE_OPS_FL_PERMANENT = BIT(16), enumerator
/Linux-v5.10/Documentation/trace/
Dftrace-uses.rst173 FTRACE_OPS_FL_PERMANENT
Dftrace.rst3036 cannot be disabled if there is a callback with FTRACE_OPS_FL_PERMANENT set
/Linux-v5.10/kernel/trace/
Dftrace.c323 if (!ftrace_enabled && (ops->flags & FTRACE_OPS_FL_PERMANENT)) in __register_ftrace_function()
2407 | FTRACE_OPS_FL_PERMANENT,
7548 if (op->flags & FTRACE_OPS_FL_PERMANENT) in is_permanent_ops_registered()