Home
last modified time | relevance | path

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

/linux-6.15/samples/ftrace/
H A Dftrace-ops.c186 flags |= FTRACE_OPS_FL_RCU; in ftrace_ops_sample_init()
/linux-6.15/Documentation/trace/
H A Dftrace-uses.rst157 Alternatively, if the FTRACE_OPS_FL_RCU flag is set on the ftrace_ops
208 FTRACE_OPS_FL_RCU
H A Dfprobe.rst187 Note that if you set the FTRACE_OPS_FL_RECURSION and/or FTRACE_OPS_FL_RCU to
/linux-6.15/include/linux/
H A Dftrace.h347 FTRACE_OPS_FL_RCU = BIT(14), enumerator
/linux-6.15/kernel/trace/
H A Dftrace.c203 if (ops->flags & (FTRACE_OPS_FL_DYNAMIC | FTRACE_OPS_FL_RCU) || in ftrace_ops_get_list_func()
8009 if ((!(op->flags & FTRACE_OPS_FL_RCU) || rcu_is_watching()) && in __ftrace_ops_list_func()
8067 if (!(op->flags & FTRACE_OPS_FL_RCU) || rcu_is_watching()) in ftrace_ops_assist_func()
8092 FTRACE_OPS_FL_RCU)) in ftrace_ops_get_func()