Home
last modified time | relevance | path

Searched refs:prepare_ftrace_return (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.15/arch/riscv/kernel/
Dftrace.c186 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr, in prepare_ftrace_return() function
213 (unsigned long)&prepare_ftrace_return, true); in ftrace_enable_ftrace_graph_caller()
218 (unsigned long)&prepare_ftrace_return, true); in ftrace_enable_ftrace_graph_caller()
226 (unsigned long)&prepare_ftrace_return, false); in ftrace_disable_ftrace_graph_caller()
231 (unsigned long)&prepare_ftrace_return, false); in ftrace_disable_ftrace_graph_caller()
Dmcount.S110 call prepare_ftrace_return
/Linux-v5.15/arch/sparc/include/asm/
Dftrace.h30 unsigned long prepare_ftrace_return(unsigned long parent,
/Linux-v5.15/arch/parisc/kernel/
Dftrace.c31 static void __hot prepare_ftrace_return(unsigned long *parent, in prepare_ftrace_return() function
78 prepare_ftrace_return(parent_rp, self_addr); in ftrace_function_trampoline()
/Linux-v5.15/arch/nds32/kernel/
Dftrace.c198 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr, in prepare_ftrace_return() function
224 prepare_ftrace_return(parent_ip, selfpc, frame_pointer); in ftrace_graph_caller()
/Linux-v5.15/arch/x86/kernel/
Dftrace.c530 void prepare_ftrace_return(unsigned long self_addr, unsigned long *parent,
550 return (void *)prepare_ftrace_return; in static_tramp_func()
628 void prepare_ftrace_return(unsigned long self_addr, unsigned long *parent, in prepare_ftrace_return() function
Dftrace_32.S176 call prepare_ftrace_return
/Linux-v5.15/arch/powerpc/kernel/trace/
Dftrace_64_pg.S53 bl prepare_ftrace_return
Dftrace_32.S61 bl prepare_ftrace_return
/Linux-v5.15/arch/s390/kernel/
Dftrace.c319 unsigned long prepare_ftrace_return(unsigned long ra, unsigned long sp, in prepare_ftrace_return() function
332 NOKPROBE_SYMBOL(prepare_ftrace_return);
Dentry.h42 unsigned long prepare_ftrace_return(unsigned long parent, unsigned long sp, unsigned long ip);
/Linux-v5.15/arch/arm64/kernel/
Dentry-ftrace.S134 bl prepare_ftrace_return
306 bl prepare_ftrace_return // prepare_ftrace_return(pc, &lr, fp)
Dftrace.c255 void prepare_ftrace_return(unsigned long self_addr, unsigned long *parent, in prepare_ftrace_return() function
/Linux-v5.15/arch/sparc/kernel/
Dftrace.c124 unsigned long prepare_ftrace_return(unsigned long parent, in prepare_ftrace_return() function
/Linux-v5.15/arch/arm/kernel/
Dentry-ftrace.S132 bl prepare_ftrace_return
182 bl prepare_ftrace_return
Dftrace.c204 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr, in prepare_ftrace_return() function
/Linux-v5.15/arch/riscv/include/asm/
Dptrace.h122 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr,
/Linux-v5.15/arch/microblaze/kernel/
Dftrace.c22 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr) in prepare_ftrace_return() function
/Linux-v5.15/arch/sparc/lib/
Dmcount.S113 call prepare_ftrace_return
/Linux-v5.15/arch/csky/kernel/
Dftrace.c152 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr, in prepare_ftrace_return() function
/Linux-v5.15/Documentation/trace/
Dftrace-design.rst127 calls the arch-specific function prepare_ftrace_return. Neither of these
132 The arguments to prepare_ftrace_return are slightly different than what are
170 prepare_ftrace_return(frompc, selfpc, frame_pointer);
176 For information on how to implement prepare_ftrace_return(), simply look at the
214 that calls prepare_ftrace_return(), pass the frame pointer as the 3rd argument.
/Linux-v5.15/arch/sh/kernel/
Dftrace.c321 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr) in prepare_ftrace_return() function
/Linux-v5.15/arch/powerpc/include/asm/
Dasm-prototypes.h106 unsigned long prepare_ftrace_return(unsigned long parent, unsigned long ip,
/Linux-v5.15/arch/mips/kernel/
Dftrace.c305 void prepare_ftrace_return(unsigned long *parent_ra_addr, unsigned long self_ra, in prepare_ftrace_return() function
Dmcount.S190 jal prepare_ftrace_return

12