Home
last modified time | relevance | path

Searched refs:function_graph_enter_regs (Results 1 – 4 of 4) sorted by relevance

/linux/arch/riscv/kernel/
H A Dftrace.c267 if (!function_graph_enter_regs(old, ip, frame_pointer, parent, fregs)) in ftrace_graph_func()
/linux/arch/s390/kernel/
H A Dftrace.c276 if (!function_graph_enter_regs(*parent, ip, 0, (unsigned long *)sp, fregs)) in ftrace_graph_func()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c690 if (!function_graph_enter_regs(parent_ip, ip, 0, (unsigned long *)sp, fregs)) in ftrace_graph_func()
/linux/kernel/trace/
H A Dfgraph.c652 int function_graph_enter_regs(unsigned long ret, unsigned long func, in function_graph_enter_regs() function