Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/livepatch/
Dpatch.c191 FTRACE_OPS_FL_IPMODIFY | in klp_patch_func()
/Linux-v6.6/Documentation/trace/
Dftrace-uses.rst198 FTRACE_OPS_FL_IPMODIFY
205 Note, only one ftrace_ops with FTRACE_OPS_FL_IPMODIFY set may be
/Linux-v6.6/include/linux/
Dftrace.h245 FTRACE_OPS_FL_IPMODIFY = BIT(12), enumerator
/Linux-v6.6/kernel/trace/
Dftrace.c1450 if (ops->flags & FTRACE_OPS_FL_IPMODIFY && !enable) in ftrace_hash_move()
1955 is_ipmodify = ops->flags & FTRACE_OPS_FL_IPMODIFY; in __ftrace_hash_update_ipmodify()
6682 if (WARN_ON_ONCE(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in referenced_filters()
7925 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in prepare_direct_functions_for_ipmodify()
7972 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in cleanup_direct_functions_after_ipmodify()
/Linux-v6.6/kernel/
Dkprobes.c1066 .flags = FTRACE_OPS_FL_SAVE_REGS | FTRACE_OPS_FL_IPMODIFY,