Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/livepatch/
Dpatch.c191 FTRACE_OPS_FL_IPMODIFY | in klp_patch_func()
/Linux-v6.1/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.1/include/linux/
Dftrace.h203 FTRACE_OPS_FL_IPMODIFY = BIT(12), enumerator
/Linux-v6.1/kernel/trace/
Dftrace.c1414 if (ops->flags & FTRACE_OPS_FL_IPMODIFY && !enable) in ftrace_hash_move()
1906 is_ipmodify = ops->flags & FTRACE_OPS_FL_IPMODIFY; in __ftrace_hash_update_ipmodify()
6835 if (WARN_ON_ONCE(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in referenced_filters()
8084 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in prepare_direct_functions_for_ipmodify()
8131 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in cleanup_direct_functions_after_ipmodify()
/Linux-v6.1/kernel/
Dkprobes.c1069 .flags = FTRACE_OPS_FL_SAVE_REGS | FTRACE_OPS_FL_IPMODIFY,