Update ftrace wrapper
[lttng-modules.git] / wrapper / ftrace.h
index 9cf50d253409efc5b9367dfb6e2bea69280ac695..9c18cc5648424667f5a907a1170e2714685ce651 100644 (file)
@@ -55,14 +55,14 @@ static inline
 int wrapper_register_ftrace_function_probe(char *glob,
                struct ftrace_probe_ops *ops, void *data)
 {
-       return unregister_ftrace_function_probe();
+       return register_ftrace_function_probe(glob, ops, data);
 }
 
 static inline
 void wrapper_unregister_ftrace_function_probe(char *glob,
                struct ftrace_probe_ops *ops, void *data)
 {
-       return unregister_ftrace_function_probe();
+       return unregister_ftrace_function_probe(glob, ops, data);
 }
 #endif
 
This page took 0.024394 seconds and 4 git commands to generate.