Lines Matching refs:ftrace_ops
60 struct ftrace_ops;
63 struct ftrace_ops *op, struct pt_regs *regs);
65 ftrace_func_t ftrace_ops_get_func(struct ftrace_ops *ops);
159 struct ftrace_ops { struct
161 struct ftrace_ops *next; argument
194 int register_ftrace_function(struct ftrace_ops *ops);
195 int unregister_ftrace_function(struct ftrace_ops *ops);
207 static inline void ftrace_function_local_enable(struct ftrace_ops *ops) in ftrace_function_local_enable()
224 static inline void ftrace_function_local_disable(struct ftrace_ops *ops) in ftrace_function_local_disable()
241 static inline int ftrace_function_local_disabled(struct ftrace_ops *ops) in ftrace_function_local_disabled()
248 struct ftrace_ops *op, struct pt_regs *regs);
364 int ftrace_set_filter_ip(struct ftrace_ops *ops, unsigned long ip,
366 int ftrace_set_filter(struct ftrace_ops *ops, unsigned char *buf,
368 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
372 void ftrace_free_filter(struct ftrace_ops *ops);
435 int ftrace_regex_open(struct ftrace_ops *ops, int flag,
444 ftrace_set_early_filter(struct ftrace_ops *ops, char *buf, int enable);