Searched refs:function_graph_enter_regs (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/riscv/kernel/ |
| H A D | ftrace.c | 267 if (!function_graph_enter_regs(old, ip, frame_pointer, parent, fregs)) in ftrace_graph_func()
|
| /linux/include/linux/ |
| H A D | ftrace.h | 1284 function_graph_enter_regs(unsigned long ret, unsigned long func, 1291 return function_graph_enter_regs(ret, func, fp, retp, NULL); in function_graph_enter()
|
| /linux/arch/loongarch/kernel/ |
| H A D | ftrace_dyn.c | 253 if (!function_graph_enter_regs(old, ip, 0, parent, fregs)) in ftrace_graph_func()
|
| /linux/arch/s390/kernel/ |
| H A D | ftrace.c | 276 if (!function_graph_enter_regs(*parent, ip, 0, (unsigned long *)sp, fregs)) in ftrace_graph_func()
|
| /linux/arch/arm64/kernel/ |
| H A D | ftrace.c | 563 if (!function_graph_enter_regs(old, ip, frame_pointer, in ftrace_graph_func()
|
| /linux/arch/x86/kernel/ |
| H A D | ftrace.c | 664 if (!function_graph_enter_regs(*parent, ip, 0, parent, fregs)) in ftrace_graph_func()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace_64_pg.c | 801 if (!function_graph_enter_regs(parent, ip, 0, (unsigned long *)sp, fregs)) in __prepare_ftrace_return()
|
| H A D | ftrace.c | 690 if (!function_graph_enter_regs(parent_ip, ip, 0, (unsigned long *)sp, fregs)) in ftrace_graph_func()
|
| /linux/kernel/trace/ |
| H A D | fgraph.c | 652 int function_graph_enter_regs(unsigned long ret, unsigned long func, in function_graph_enter_regs() function
|