Home
last modified time | relevance | path

Searched refs:ftrace_return_to_handler (Results 1 – 19 of 19) sorted by relevance

/linux/arch/powerpc/kernel/trace/
A Dftrace_64_pg_entry.S112 bl ftrace_return_to_handler
A Dftrace_entry.S289 bl ftrace_return_to_handler
/linux/arch/loongarch/kernel/
A Dmcount.S88 bl ftrace_return_to_handler
A Dmcount_dyn.S149 bl ftrace_return_to_handler
/linux/arch/riscv/kernel/
A Dmcount.S75 call ftrace_return_to_handler
/linux/arch/sparc/lib/
A Dmcount.S121 call ftrace_return_to_handler
/linux/arch/x86/kernel/
A Dftrace_32.S194 call ftrace_return_to_handler
A Dftrace_64.S359 call ftrace_return_to_handler
/linux/arch/microblaze/kernel/
A Dmcount.S155 bralid r15, ftrace_return_to_handler;
/linux/arch/csky/abiv2/
A Dmcount.S179 jsri ftrace_return_to_handler
/linux/arch/mips/kernel/
A Dmcount.S207 jal ftrace_return_to_handler
/linux/arch/sh/lib/
A Dmcount.S253 .long ftrace_return_to_handler
/linux/arch/arm64/kernel/
A Dentry-ftrace.S341 bl ftrace_return_to_handler // addr = ftrace_return_to_hander(regs);
/linux/include/linux/
A Dftrace.h48 unsigned long ftrace_return_to_handler(struct fgraph_ret_regs *ret_regs);
50 unsigned long ftrace_return_to_handler(unsigned long frame_pointer);
/linux/Documentation/livepatch/
A Dreliable-stacktrace.rst194 call ftrace_return_to_handler
210 in the task's cur_ret_stack. Within ftrace_return_to_handler(), the original
216 ftrace_return_to_handler() has removed the address from cur_ret_stack, and the
/linux/arch/arm/kernel/
A Dentry-ftrace.S262 bl ftrace_return_to_handler
/linux/kernel/trace/
A Dfgraph.c831 unsigned long ftrace_return_to_handler(struct fgraph_ret_regs *ret_regs) in ftrace_return_to_handler() function
837 unsigned long ftrace_return_to_handler(unsigned long frame_pointer) in ftrace_return_to_handler() function
/linux/Documentation/trace/
A Dftrace-design.rst137 That function will simply call the common ftrace_return_to_handler function and
194 void (*original_return_point)(void) = ftrace_return_to_handler();
218 Similarly, when you call ftrace_return_to_handler(), pass it the frame pointer.
/linux/arch/parisc/kernel/
A Dentry.S2114 .import ftrace_return_to_handler,code
2115 load32 ftrace_return_to_handler,%ret0

Completed in 37 milliseconds