Home
last modified time | relevance | path

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

/linux/kernel/livepatch/
H A Dpatch.c191 FTRACE_OPS_FL_IPMODIFY | in klp_patch_func()
/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
/linux/include/linux/
H A Dftrace.h346 FTRACE_OPS_FL_IPMODIFY = BIT(12), enumerator
/linux/kernel/trace/
H A Dftrace.c1478 if (ops->flags & FTRACE_OPS_FL_IPMODIFY && !enable) in ftrace_hash_move()
1985 is_ipmodify = ops->flags & FTRACE_OPS_FL_IPMODIFY; in __ftrace_hash_update_ipmodify()
7356 if (WARN_ON_ONCE(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in referenced_filters()
8612 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in prepare_direct_functions_for_ipmodify()
8659 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in cleanup_direct_functions_after_ipmodify()
/linux/kernel/
H A Dkprobes.c1058 .flags = FTRACE_OPS_FL_SAVE_REGS | FTRACE_OPS_FL_IPMODIFY,