Home
last modified time | relevance | path

Searched defs:unregister_ftrace_function (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dftrace.h269 #define unregister_ftrace_function(ops) ({ 0; }) macro
/kernel/linux/linux-6.6/include/linux/
H A Dftrace.h400 #define unregister_ftrace_function(ops) ({ 0; }) macro
/kernel/linux/linux-5.10/kernel/trace/
H A Dftrace.c7610 int unregister_ftrace_function(struct ftrace_ops *ops) in unregister_ftrace_function() function
7620 EXPORT_SYMBOL_GPL(unregister_ftrace_function); variable
/kernel/linux/linux-6.6/kernel/trace/
H A Dftrace.c8078 int unregister_ftrace_function(struct ftrace_ops *ops) in unregister_ftrace_function() function
8089 EXPORT_SYMBOL_GPL(unregister_ftrace_function); variable

Completed in 24 milliseconds