Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dftrace.c416 dest = ftrace_ops_get_func(ops); in create_trampoline()
499 func = ftrace_ops_get_func(ops); in arch_ftrace_update_trampoline()
/openbmc/linux/include/linux/
H A Dftrace.h174 ftrace_func_t ftrace_ops_get_func(struct ftrace_ops *ops);
/openbmc/linux/kernel/trace/
H A Dftrace.c204 return ftrace_ops_get_func(ops); in ftrace_ops_get_list_func()
1857 ftrace_ops_get_func(ops) == ops->func) in __ftrace_hash_rec_update()
7458 ftrace_func_t ftrace_ops_get_func(struct ftrace_ops *ops) in ftrace_ops_get_func() function