Home
last modified time | relevance | path

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

/Linux-v6.6/samples/ftrace/
Dftrace-ops.c186 flags |= FTRACE_OPS_FL_RCU; in ftrace_ops_sample_init()
/Linux-v6.6/Documentation/trace/
Dftrace-uses.rst157 Alternatively, if the FTRACE_OPS_FL_RCU flag is set on the ftrace_ops
208 FTRACE_OPS_FL_RCU
Dfprobe.rst175 Note that if you set the FTRACE_OPS_FL_RECURSION and/or FTRACE_OPS_FL_RCU to
/Linux-v6.6/include/linux/
Dftrace.h247 FTRACE_OPS_FL_RCU = BIT(14), enumerator
/Linux-v6.6/kernel/trace/
Dftrace.c200 if (ops->flags & (FTRACE_OPS_FL_DYNAMIC | FTRACE_OPS_FL_RCU) || in ftrace_ops_get_list_func()
7369 if ((!(op->flags & FTRACE_OPS_FL_RCU) || rcu_is_watching()) && in __ftrace_ops_list_func()
7426 if (!(op->flags & FTRACE_OPS_FL_RCU) || rcu_is_watching()) in ftrace_ops_assist_func()
7451 FTRACE_OPS_FL_RCU)) in ftrace_ops_get_func()