Home
last modified time | relevance | path

Searched refs:return_hooker (Results 1 – 12 of 12) sorted by relevance

/linux/arch/riscv/kernel/
H A Dftrace.c233 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
246 *parent = return_hooker; in prepare_ftrace_return()
253 unsigned long return_hooker = (unsigned long)&return_to_handler; in ftrace_graph_func() local
268 *parent = return_hooker; in ftrace_graph_func()
/linux/arch/loongarch/kernel/
H A Dftrace.c53 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
65 *(unsigned long *)(callsite_sp + ra_off) = return_hooker; in prepare_ftrace_return()
H A Dftrace_dyn.c228 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
236 *parent = return_hooker; in prepare_ftrace_return()
245 unsigned long return_hooker = (unsigned long)&return_to_handler; in ftrace_graph_func() local
254 *parent = return_hooker; in ftrace_graph_func()
/linux/arch/csky/kernel/
H A Dftrace.c150 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
179 *parent = return_hooker; in prepare_ftrace_return()
182 *(unsigned long *)frame_pointer = return_hooker; in prepare_ftrace_return()
/linux/arch/arm64/kernel/
H A Dftrace.c523 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
538 *parent = return_hooker; in prepare_ftrace_return()
546 unsigned long return_hooker = (unsigned long)&return_to_handler; in ftrace_graph_func() local
558 *parent = return_hooker; in ftrace_graph_func()
/linux/arch/sparc/kernel/
H A Dftrace.c123 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
131 return return_hooker; in prepare_ftrace_return()
/linux/arch/microblaze/kernel/
H A Dftrace.c26 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
53 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/linux/arch/x86/kernel/
H A Dftrace.c637 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
643 *parent = return_hooker; in prepare_ftrace_return()
652 unsigned long return_hooker = (unsigned long)&return_to_handler; in ftrace_graph_func() local
660 *parent = return_hooker; in ftrace_graph_func()
/linux/arch/sh/kernel/
H A Dftrace.c320 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
353 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/linux/arch/arm/kernel/
H A Dftrace.c231 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
268 *parent = return_hooker; in prepare_ftrace_return()
/linux/arch/mips/kernel/
H A Dftrace.c309 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
351 /* *parent_ra_addr = return_hooker; */ in prepare_ftrace_return()
352 safe_store_stack(return_hooker, parent_ra_addr, faulted); in prepare_ftrace_return()
/linux/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c791 unsigned long return_hooker; in __prepare_ftrace_return() local
799 return_hooker = ppc_function_entry(return_to_handler); in __prepare_ftrace_return()
802 parent = return_hooker; in __prepare_ftrace_return()