Home
last modified time | relevance | path

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

/openbmc/linux/kernel/livepatch/
H A Dpatch.c191 FTRACE_OPS_FL_IPMODIFY | in klp_patch_func()
/openbmc/linux/Documentation/trace/
H A Dftrace-uses.rst198 FTRACE_OPS_FL_IPMODIFY
205 Note, only one ftrace_ops with FTRACE_OPS_FL_IPMODIFY set may be
/openbmc/linux/include/linux/
H A Dftrace.h245 FTRACE_OPS_FL_IPMODIFY = BIT(12), enumerator
/openbmc/linux/kernel/trace/
H A Dftrace.c1449 if (ops->flags & FTRACE_OPS_FL_IPMODIFY && !enable) in ftrace_hash_move()
1954 is_ipmodify = ops->flags & FTRACE_OPS_FL_IPMODIFY; in __ftrace_hash_update_ipmodify()
6688 if (WARN_ON_ONCE(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in referenced_filters()
7937 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in prepare_direct_functions_for_ipmodify()
7984 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in cleanup_direct_functions_after_ipmodify()
/openbmc/linux/kernel/
H A Dkprobes.c1066 .flags = FTRACE_OPS_FL_SAVE_REGS | FTRACE_OPS_FL_IPMODIFY,