Home
last modified time | relevance | path

Searched refs:__register_ftrace_function (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/trace/
H A Dftrace_internal.h5 int __register_ftrace_function(struct ftrace_ops *ops);
26 int ___ret = __register_ftrace_function(ops); \
H A Dftrace.c331 int __register_ftrace_function(struct ftrace_ops *ops) in __register_ftrace_function() function
3052 ret = __register_ftrace_function(ops); in ftrace_startup()