Home
last modified time | relevance | path

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

/openbmc/linux/kernel/livepatch/
H A Dpatch.c192 FTRACE_OPS_FL_PERMANENT; in klp_patch_func()
/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c295 FTRACE_OPS_FL_PERMANENT; in test_unwind_ftrace()
/openbmc/linux/include/linux/
H A Dftrace.h249 FTRACE_OPS_FL_PERMANENT = BIT(16), enumerator
/openbmc/linux/Documentation/trace/
H A Dftrace-uses.rst219 FTRACE_OPS_FL_PERMANENT
H A Dftrace.rst3216 cannot be disabled if there is a callback with FTRACE_OPS_FL_PERMANENT set
/openbmc/linux/kernel/trace/
H A Dftrace.c351 if (!ftrace_enabled && (ops->flags & FTRACE_OPS_FL_PERMANENT)) in __register_ftrace_function()
8220 if (op->flags & FTRACE_OPS_FL_PERMANENT) in is_permanent_ops_registered()