Home
last modified time | relevance | path

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

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