Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
A Dftrace.c90 extern void ftrace_graph_call(void);
94 unsigned long ip = (unsigned long)(&ftrace_graph_call); in ftrace_enable_ftrace_graph_caller()
97 old = *(u32 *) &ftrace_graph_call; in ftrace_enable_ftrace_graph_caller()
104 unsigned long ip = (unsigned long)(&ftrace_graph_call); in ftrace_disable_ftrace_graph_caller()
107 old = *(u32 *) &ftrace_graph_call; in ftrace_disable_ftrace_graph_caller()
/linux/arch/sparc/lib/
A Dmcount.S94 .globl ftrace_graph_call
95 ftrace_graph_call: label
102 .size ftrace_graph_call,.-ftrace_graph_call
/linux/arch/riscv/kernel/
A Dftrace.c201 extern void ftrace_graph_call(void);
207 ret = __ftrace_modify_call((unsigned long)&ftrace_graph_call, in ftrace_enable_ftrace_graph_caller()
220 ret = __ftrace_modify_call((unsigned long)&ftrace_graph_call, in ftrace_disable_ftrace_graph_caller()
A Dmcount-dyn.S164 ftrace_graph_call: label
165 .global ftrace_graph_call
/linux/arch/sh/kernel/
A Dftrace.c259 extern void ftrace_graph_call(void);
280 ip = (unsigned long)(&ftrace_graph_call) + GRAPH_INSN_OFFSET; in ftrace_enable_ftrace_graph_caller()
291 ip = (unsigned long)(&ftrace_graph_call) + GRAPH_INSN_OFFSET; in ftrace_disable_ftrace_graph_caller()
/linux/arch/powerpc/kernel/trace/
A Dftrace_64_pg.S30 .globl ftrace_graph_call
31 ftrace_graph_call: label
A Dftrace_32.S37 .globl ftrace_graph_call
38 ftrace_graph_call: label
A Dftrace_64_mprofile.S133 .globl ftrace_graph_call
134 ftrace_graph_call: label
A Dftrace.c927 extern void ftrace_graph_call(void);
932 unsigned long ip = (unsigned long)(&ftrace_graph_call);
945 unsigned long ip = (unsigned long)(&ftrace_graph_call);
/linux/arch/sh/lib/
A Dmcount.S154 .globl ftrace_graph_call
155 ftrace_graph_call: label
176 bra ftrace_graph_call
/linux/arch/csky/kernel/
A Dftrace.c189 return ftrace_modify_code((unsigned long)&ftrace_graph_call, in ftrace_enable_ftrace_graph_caller()
195 return ftrace_modify_code((unsigned long)&ftrace_graph_call, in ftrace_disable_ftrace_graph_caller()
/linux/arch/x86/kernel/
A Dftrace_32.S80 .globl ftrace_graph_call
81 ftrace_graph_call: label
A Dftrace.c590 extern void ftrace_graph_call(void);
607 unsigned long ip = (unsigned long)(&ftrace_graph_call); in ftrace_enable_ftrace_graph_caller()
614 unsigned long ip = (unsigned long)(&ftrace_graph_call); in ftrace_disable_ftrace_graph_caller()
/linux/arch/arm/kernel/
A Dftrace.c216 extern unsigned long ftrace_graph_call;
239 ret = __ftrace_modify_caller(&ftrace_graph_call, in ftrace_modify_graph_caller()
A Dentry-ftrace.S163 .globl ftrace_graph_call\suffix
164 ftrace_graph_call\suffix:
/linux/arch/nds32/kernel/
A Dftrace.c239 extern unsigned long ftrace_graph_call;
243 unsigned long pc = (unsigned long)&ftrace_graph_call; in ftrace_modify_graph_caller()
/linux/arch/mips/kernel/
A Dftrace.c229 extern void ftrace_graph_call(void);
230 #define FTRACE_GRAPH_CALL_IP ((unsigned long)(&ftrace_graph_call))
A Dmcount.S104 .globl ftrace_graph_call
105 ftrace_graph_call: label
/linux/arch/csky/include/asm/
A Dftrace.h20 extern void ftrace_graph_call(void);
/linux/arch/sh/include/asm/
A Dftrace.h18 #define GRAPH_ADDR ((long)(ftrace_graph_call))
/linux/arch/arm64/include/asm/
A Dftrace.h62 extern unsigned long ftrace_graph_call;
/linux/arch/arm64/kernel/
A Dentry-ftrace.S105 SYM_INNER_LABEL(ftrace_graph_call, SYM_L_GLOBAL) // ftrace_graph_caller();
289 SYM_INNER_LABEL(ftrace_graph_call, SYM_L_GLOBAL) // ftrace_graph_caller();
A Dftrace.c277 unsigned long pc = (unsigned long)&ftrace_graph_call; in ftrace_modify_graph_caller()
/linux/Documentation/trace/
A Dftrace-design.rst394 - ftrace_graph_call()
404 - add a nop stub after the ftrace_call location named ftrace_graph_call;
409 ftrace_graph_call location with a call to ftrace_graph_caller()
411 ftrace_graph_call location with nops
/linux/arch/csky/abiv2/
A Dmcount.S156 GLOBAL(ftrace_graph_call)

Completed in 33 milliseconds