Home
last modified time | relevance | path

Searched refs:ftrace_module_enable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dftrace.h863 extern void ftrace_module_enable(struct module *mod);
868 static inline void ftrace_module_enable(struct module *mod) { } in ftrace_module_enable() function
/openbmc/linux/kernel/module/
H A Dmain.c2763 ftrace_module_enable(mod); in prepare_coming_module()
/openbmc/linux/kernel/trace/
H A Dftrace.c6832 void ftrace_module_enable(struct module *mod) in ftrace_module_enable() function