]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/ftrace.h
ftrace: Modify ftrace_set_filter/notrace to take ops
[mv-sheeva.git] / include / linux / ftrace.h
index caba694a62b6d1cd24f5ddb65397b9c1e31b8b80..9d88e1cb5dbbc557e14502005806002b7cdd8bc5 100644 (file)
@@ -179,7 +179,12 @@ struct dyn_ftrace {
 };
 
 int ftrace_force_update(void);
-void ftrace_set_filter(unsigned char *buf, int len, int reset);
+void ftrace_set_filter(struct ftrace_ops *ops, unsigned char *buf,
+                      int len, int reset);
+void ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
+                       int len, int reset);
+void ftrace_set_global_filter(unsigned char *buf, int len, int reset);
+void ftrace_set_global_notrace(unsigned char *buf, int len, int reset);
 
 int register_ftrace_command(struct ftrace_func_command *cmd);
 int unregister_ftrace_command(struct ftrace_func_command *cmd);