Lines Matching defs:ops
217 static inline void ftrace_function_local_enable(struct ftrace_ops *ops) in ftrace_function_local_enable()
234 static inline void ftrace_function_local_disable(struct ftrace_ops *ops) in ftrace_function_local_disable()
251 static inline int ftrace_function_local_disabled(struct ftrace_ops *ops) in ftrace_function_local_disabled()
273 #define register_ftrace_function(ops) ({ 0; }) argument
274 #define unregister_ftrace_function(ops) ({ 0; }) argument
658 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) argument
659 #define ftrace_set_early_filter(ops, buf, enable) do { } while (0) argument
660 #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; }) argument
661 #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; }) argument
662 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) argument
663 #define ftrace_free_filter(ops) do { } while (0) argument
664 #define ftrace_ops_set_global_filter(ops) do { } while (0) argument