Home
last modified time | relevance | path

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

12

/Linux-v6.1/arch/riscv/kernel/
Dftrace.c179 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr, in prepare_ftrace_return() function
206 (unsigned long)&prepare_ftrace_return, true); in ftrace_enable_ftrace_graph_caller()
211 (unsigned long)&prepare_ftrace_return, true); in ftrace_enable_ftrace_graph_caller()
219 (unsigned long)&prepare_ftrace_return, false); in ftrace_disable_ftrace_graph_caller()
224 (unsigned long)&prepare_ftrace_return, false); in ftrace_disable_ftrace_graph_caller()
Dmcount.S110 call prepare_ftrace_return
/Linux-v6.1/arch/x86/kernel/
Dftrace.c522 void prepare_ftrace_return(unsigned long ip, unsigned long *parent,
543 return (void *)prepare_ftrace_return; in static_tramp_func()
619 void prepare_ftrace_return(unsigned long ip, unsigned long *parent, in prepare_ftrace_return() function
660 prepare_ftrace_return(ip, (unsigned long *)stack, 0); in ftrace_graph_func()
Dftrace_32.S176 call prepare_ftrace_return
/Linux-v6.1/arch/parisc/kernel/
Dftrace.c34 static void __hot prepare_ftrace_return(unsigned long *parent, in prepare_ftrace_return() function
75 prepare_ftrace_return(parent_rp, self_addr); in ftrace_function_trampoline()
/Linux-v6.1/arch/sparc/include/asm/
Dftrace.h30 unsigned long prepare_ftrace_return(unsigned long parent,
/Linux-v6.1/arch/arm64/kernel/
Dftrace.c258 void prepare_ftrace_return(unsigned long self_addr, unsigned long *parent, in prepare_ftrace_return() function
294 prepare_ftrace_return(ip, parent, frame_pointer(regs)); in ftrace_graph_func()
/Linux-v6.1/arch/s390/kernel/
Dftrace.c261 unsigned long prepare_ftrace_return(unsigned long ra, unsigned long sp, in prepare_ftrace_return() function
274 NOKPROBE_SYMBOL(prepare_ftrace_return);
Dentry.h45 unsigned long prepare_ftrace_return(unsigned long parent, unsigned long sp, unsigned long ip);
/Linux-v6.1/arch/powerpc/kernel/trace/
Dftrace_64_pg.S53 bl prepare_ftrace_return
/Linux-v6.1/arch/powerpc/include/asm/
Dftrace.h22 unsigned long prepare_ftrace_return(unsigned long parent, unsigned long ip,
/Linux-v6.1/arch/sparc/kernel/
Dftrace.c119 unsigned long prepare_ftrace_return(unsigned long parent, in prepare_ftrace_return() function
/Linux-v6.1/arch/arm/kernel/
Dentry-ftrace.S128 bl prepare_ftrace_return
181 bl prepare_ftrace_return
Dftrace.c227 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr, in prepare_ftrace_return() function
/Linux-v6.1/arch/riscv/include/asm/
Dptrace.h122 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr,
/Linux-v6.1/arch/microblaze/kernel/
Dftrace.c22 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr) in prepare_ftrace_return() function
Dmcount.S114 bralid r15, prepare_ftrace_return;
/Linux-v6.1/arch/sparc/lib/
Dmcount.S113 call prepare_ftrace_return
/Linux-v6.1/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-v6.1/arch/csky/kernel/
Dftrace.c147 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr, in prepare_ftrace_return() function
/Linux-v6.1/arch/sh/kernel/
Dftrace.c316 void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr) in prepare_ftrace_return() function
/Linux-v6.1/arch/csky/abiv2/
Dmcount.S171 lrw r26, prepare_ftrace_return
/Linux-v6.1/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
/Linux-v6.1/arch/sh/lib/
Dmcount.S225 .long prepare_ftrace_return

12