Lines Matching refs:ftrace_ops
37 The ftrace_ops structure
40 To register a function callback, a ftrace_ops is required. This structure
46 an ftrace_ops with ftrace:
50 struct ftrace_ops ops = {
90 struct ftrace_ops *op, struct pt_regs *regs);
101 This is a pointer to ftrace_ops that was used to register the callback.
106 flags are set in the ftrace_ops structure, then this will be pointing
141 Alternatively, if the FTRACE_OPS_FL_RECURSION flag is set on the ftrace_ops
157 Alternatively, if the FTRACE_OPS_FL_RCU flag is set on the ftrace_ops
167 The ftrace_ops flags are all defined and documented in include/linux/ftrace.h.
174 a ftrace_ops with this flag set on an architecture that does not
179 ftrace_ops on an architecture that does not support passing of regs
205 Note, only one ftrace_ops with FTRACE_OPS_FL_IPMODIFY set may be
236 int ftrace_set_filter(struct ftrace_ops *ops, unsigned char *buf,
297 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,