Home
last modified time | relevance | path

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

/linux/kernel/livepatch/
A Dpatch.c191 FTRACE_OPS_FL_IPMODIFY | in klp_patch_func()
/linux/Documentation/trace/
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/
A Dftrace.h245 FTRACE_OPS_FL_IPMODIFY = BIT(12), enumerator
/linux/kernel/trace/
A Dftrace.c1477 if (ops->flags & FTRACE_OPS_FL_IPMODIFY && !enable) in ftrace_hash_move()
1986 is_ipmodify = ops->flags & FTRACE_OPS_FL_IPMODIFY; in __ftrace_hash_update_ipmodify()
7200 if (WARN_ON_ONCE(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in referenced_filters()
8448 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in prepare_direct_functions_for_ipmodify()
8495 if (!(ops->flags & FTRACE_OPS_FL_IPMODIFY)) in cleanup_direct_functions_after_ipmodify()
/linux/kernel/
A Dkprobes.c1065 .flags = FTRACE_OPS_FL_SAVE_REGS | FTRACE_OPS_FL_IPMODIFY,

Completed in 30 milliseconds