We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7fb89 commit 9b5a45eCopy full SHA for 9b5a45e
kernel/trace/ftrace.c
@@ -5988,6 +5988,8 @@ EXPORT_SYMBOL_GPL(register_ftrace_direct);
5988
* unregister_ftrace_direct - Remove calls to custom trampoline
5989
* previously registered by register_ftrace_direct for @ops object.
5990
* @ops: The address of the struct ftrace_ops object
5991
+ * @addr: The address of the direct function that is called by the @ops functions
5992
+ * @free_filters: Set to true to remove all filters for the ftrace_ops, false otherwise
5993
*
5994
* This is used to remove a direct calls to @addr from the nop locations
5995
* of the functions registered in @ops (with by ftrace_set_filter_ip
0 commit comments